Html Css Color HEX #601842 Pompadour

📋 copy color: '#601842'

red 96 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #601842

Tints of Pompadour #601842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 51.61%
G = 12.9%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#601842 (or 0x601842) is known color: Pompadour. HEX triplet: 60, 18 and 42. RGB value is (96,24,66). Sum of RGB (Red+Green+Blue) = 96+24+66=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601842 is #9FE7BD. Grayscale: #323232. Windows color (decimal): -10479550 or 4331616. OLE color: 4331616.

HSL color Cylindrical-coordinate representation of color #601842: hue angle of 325º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601842 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 66 -
CMYK 0 0.75 0.31 0.62
HSL 325º 0.6% 0.24% -
HSV(B) 325º 0.75% 0.38% -
XYZ 6.13 3.53 5.51 -
YUV 50.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 96 24 66 0 0.75 0.31 0.62 325 0.6 0.24
Hex 60 18 42 0 4B 1F 3E 145 3C 18
Octal 140 30 102 0 113 37 76 505 74 30
Binary 1100000 11000 1000010 0 1001011 11111 111110 101000101 111100 11000

Color Harmonies of #601842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601842

Black with #601842

Text Example


Text Example

White with #601842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601842; }

 p { color: rgb(96,24,66); }

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

background-color css

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

 a { background-color: rgb(96,24,66); }

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

border-color css

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

 span { border-color: rgb(96,24,66); }

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