Html Css Color HEX #602141 Pompadour

📋 copy color: '#602141'

red 96 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #602141

Tints of Pompadour #602141

RGB

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

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

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

R = 49.48%
G = 17.01%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602141 (or 0x602141) is known color: Pompadour. HEX triplet: 60, 21 and 41. RGB value is (96,33,65). Sum of RGB (Red+Green+Blue) = 96+33+65=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602141 is #9FDEBE. Grayscale: #373737. Windows color (decimal): -10477247 or 4268384. OLE color: 4268384.

HSL color Cylindrical-coordinate representation of color #602141: hue angle of 329.52º 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 #602141 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 65 -
CMYK 0 0.66 0.32 0.62
HSL 329.52º 0.49% 0.25% -
HSV(B) 329.52º 0.66% 0.38% -
XYZ 6.32 3.96 5.43 -
YUV 55.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 96 33 65 0 0.66 0.32 0.62 329.52 0.49 0.25
Hex 60 21 41 0 42 20 3E 14A 31 19
Octal 140 41 101 0 102 40 76 512 61 31
Binary 1100000 100001 1000001 0 1000010 100000 111110 101001010 110001 11001

Color Harmonies of #602141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602141

Black with #602141

Text Example


Text Example

White with #602141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602141; }

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

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

background-color css

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

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

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

border-color css

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

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

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