Html Css Color HEX #602F4F Loulou

📋 copy color: '#602F4F'

red 96 ◦ green 47 ◦ blue 79

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

Shades of Loulou #602F4F

Tints of Loulou #602F4F

RGB

 RED value IS 96 (37.89% from 255) = 43.24%

 GREEN value IS 47 (18.75% from 255) = 21.17%

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 43.24%
G = 21.17%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#602F4F (or 0x602F4F) is known color: Loulou. HEX triplet: 60, 2F and 4F. RGB value is (96,47,79). Sum of RGB (Red+Green+Blue) = 96+47+79=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #602F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F4F is #9FD0B0. Grayscale: #414141. Windows color (decimal): -10473649 or 5189472. OLE color: 5189472.

HSL color Cylindrical-coordinate representation of color #602F4F: hue angle of 320.82º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #602F4F is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 79 -
CMYK 0 0.51 0.18 0.62
HSL 320.82º 0.34% 0.28% -
HSV(B) 320.82º 0.51% 0.38% -
XYZ 7.25 5.08 8 -
YUV 65.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 96 47 79 0 0.51 0.18 0.62 320.82 0.34 0.28
Hex 60 2F 4F 0 33 12 3E 141 22 1C
Octal 140 57 117 0 63 22 76 501 42 34
Binary 1100000 101111 1001111 0 110011 10010 111110 101000001 100010 11100

Color Harmonies of #602F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F4F

Black with #602F4F

Text Example


Text Example

White with #602F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F4F; }

 p { color: rgb(96,47,79); }

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

background-color css

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

 a { background-color: rgb(96,47,79); }

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

border-color css

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

 span { border-color: rgb(96,47,79); }

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