Html Css Color HEX #603051 Loulou

📋 copy color: '#603051'

red 96 ◦ green 48 ◦ blue 81

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

Shades of Loulou #603051

Tints of Loulou #603051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 42.67%
G = 21.33%
B = 36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#603051 (or 0x603051) is known color: Loulou. HEX triplet: 60, 30 and 51. RGB value is (96,48,81). Sum of RGB (Red+Green+Blue) = 96+48+81=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #603051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603051 is #9FCFAE. Grayscale: #424242. Windows color (decimal): -10473391 or 5320800. OLE color: 5320800.

HSL color Cylindrical-coordinate representation of color #603051: hue angle of 318.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603051 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 81 -
CMYK 0 0.50 0.16 0.62
HSL 318.75º 0.33% 0.28% -
HSV(B) 318.75º 0.5% 0.38% -
XYZ 7.37 5.19 8.4 -
YUV 66.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 96 48 81 0 0.50 0.16 0.62 318.75 0.33 0.28
Hex 60 30 51 0 32 10 3E 13F 21 1C
Octal 140 60 121 0 62 20 76 477 41 34
Binary 1100000 110000 1010001 0 110010 10000 111110 100111111 100001 11100

Color Harmonies of #603051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603051

Black with #603051

Text Example


Text Example

White with #603051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603051; }

 p { color: rgb(96,48,81); }

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

background-color css

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

 a { background-color: rgb(96,48,81); }

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

border-color css

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

 span { border-color: rgb(96,48,81); }

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