Html Css Color HEX #602541 Pompadour

📋 copy color: '#602541'

red 96 ◦ green 37 ◦ blue 65

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

Shades of Pompadour #602541

Tints of Pompadour #602541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 48.48%
G = 18.69%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602541 (or 0x602541) is known color: Pompadour. HEX triplet: 60, 25 and 41. RGB value is (96,37,65). Sum of RGB (Red+Green+Blue) = 96+37+65=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602541 is #9FDABE. Grayscale: #393939. Windows color (decimal): -10476223 or 4269408. OLE color: 4269408.

HSL color Cylindrical-coordinate representation of color #602541: hue angle of 331.53º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602541 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 65 -
CMYK 0 0.61 0.32 0.62
HSL 331.53º 0.44% 0.26% -
HSV(B) 331.53º 0.61% 0.38% -
XYZ 6.44 4.19 5.47 -
YUV 57.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 96 37 65 0 0.61 0.32 0.62 331.53 0.44 0.26
Hex 60 25 41 0 3D 20 3E 14C 2C 1A
Octal 140 45 101 0 75 40 76 514 54 32
Binary 1100000 100101 1000001 0 111101 100000 111110 101001100 101100 11010

Color Harmonies of #602541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602541

Black with #602541

Text Example


Text Example

White with #602541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602541; }

 p { color: rgb(96,37,65); }

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

background-color css

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

 a { background-color: rgb(96,37,65); }

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

border-color css

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

 span { border-color: rgb(96,37,65); }

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