Html Css Color HEX #613850 Finn

📋 copy color: '#613850'

red 97 ◦ green 56 ◦ blue 80

#613850
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #613850

Tints of Finn #613850

RGB

 RED value IS 97 (38.28% from 255) = 41.63%

 GREEN value IS 56 (22.27% from 255) = 24.03%

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 41.63%
G = 24.03%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#613850 (or 0x613850) is known color: Finn. HEX triplet: 61, 38 and 50. RGB value is (97,56,80). Sum of RGB (Red+Green+Blue) = 97+56+80=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613850 is #9EC7AF. Grayscale: #464646. Windows color (decimal): -10405808 or 5257313. OLE color: 5257313.

HSL color Cylindrical-coordinate representation of color #613850: hue angle of 324.88º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613850 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 80 -
CMYK 0 0.42 0.18 0.62
HSL 324.88º 0.27% 0.3% -
HSV(B) 324.88º 0.42% 0.38% -
XYZ 7.79 5.95 8.33 -
YUV 71 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 97 56 80 0 0.42 0.18 0.62 324.88 0.27 0.3
Hex 61 38 50 0 2A 12 3E 145 1B 1E
Octal 141 70 120 0 52 22 76 505 33 36
Binary 1100001 111000 1010000 0 101010 10010 111110 101000101 11011 11110

Color Harmonies of #613850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613850

Black with #613850

Text Example


Text Example

White with #613850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613850; }

 p { color: rgb(97,56,80); }

 H1.HeaderClassName
 {
   color: #613850;
 }
 .AnyTagClassName
 {
   color: #613850;
 }
</style>

background-color css

<style>
 a { background-color: #613850; }

 a { background-color: rgb(97,56,80); }

 div.DivClassName
 {
   background-color: #613850;
 }
 .BgClassName
 {
   background-color: #613850;
 }
</style>

border-color css

<style>
 span { border-color: #613850; }

 span { border-color: rgb(97,56,80); }

 td.TdClassName
 {
   border-color: #613850;
 }
 .TagClassName
 {
   border-color: #613850;
 }
</style>