Html Css Color HEX #602641 Pompadour

📋 copy color: '#602641'

red 96 ◦ green 38 ◦ blue 65

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

Shades of Pompadour #602641

Tints of Pompadour #602641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

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

R = 48.24%
G = 19.1%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602641 (or 0x602641) is known color: Pompadour. HEX triplet: 60, 26 and 41. RGB value is (96,38,65). Sum of RGB (Red+Green+Blue) = 96+38+65=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602641 is #9FD9BE. Grayscale: #3A3A3A. Windows color (decimal): -10475967 or 4269664. OLE color: 4269664.

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

Color convert

RGB 96 38 65 -
CMYK 0 0.60 0.32 0.62
HSL 332.07º 0.43% 0.26% -
HSV(B) 332.07º 0.6% 0.38% -
XYZ 6.47 4.25 5.48 -
YUV 58.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 96 38 65 0 0.60 0.32 0.62 332.07 0.43 0.26
Hex 60 26 41 0 3C 20 3E 14C 2B 1A
Octal 140 46 101 0 74 40 76 514 53 32
Binary 1100000 100110 1000001 0 111100 100000 111110 101001100 101011 11010

Color Harmonies of #602641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602641

Black with #602641

Text Example


Text Example

White with #602641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602641; }

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

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

background-color css

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

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

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

border-color css

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

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

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