Html Css Color HEX #602145 Pompadour

📋 copy color: '#602145'

red 96 ◦ green 33 ◦ blue 69

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

Shades of Pompadour #602145

Tints of Pompadour #602145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 48.48%
G = 16.67%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#602145 (or 0x602145) is known color: Pompadour. HEX triplet: 60, 21 and 45. RGB value is (96,33,69). Sum of RGB (Red+Green+Blue) = 96+33+69=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602145 is #9FDEBA. Grayscale: #373737. Windows color (decimal): -10477243 or 4530528. OLE color: 4530528.

HSL color Cylindrical-coordinate representation of color #602145: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602145 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 69 -
CMYK 0 0.66 0.28 0.62
HSL 325.71º 0.49% 0.25% -
HSV(B) 325.71º 0.66% 0.38% -
XYZ 6.44 4 6.06 -
YUV 55.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 96 33 69 0 0.66 0.28 0.62 325.71 0.49 0.25
Hex 60 21 45 0 42 1C 3E 146 31 19
Octal 140 41 105 0 102 34 76 506 61 31
Binary 1100000 100001 1000101 0 1000010 11100 111110 101000110 110001 11001

Color Harmonies of #602145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602145

Black with #602145

Text Example


Text Example

White with #602145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602145; }

 p { color: rgb(96,33,69); }

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

background-color css

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

 a { background-color: rgb(96,33,69); }

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

border-color css

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

 span { border-color: rgb(96,33,69); }

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