Html Css Color HEX #602640 Pompadour

📋 copy color: '#602640'

red 96 ◦ green 38 ◦ blue 64

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

Shades of Pompadour #602640

Tints of Pompadour #602640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 48.48%
G = 19.19%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#602640 (or 0x602640) is known color: Pompadour. HEX triplet: 60, 26 and 40. RGB value is (96,38,64). Sum of RGB (Red+Green+Blue) = 96+38+64=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602640 is #9FD9BF. Grayscale: #3A3A3A. Windows color (decimal): -10475968 or 4204128. OLE color: 4204128.

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

Color convert

RGB 96 38 64 -
CMYK 0 0.60 0.33 0.62
HSL 333.1º 0.43% 0.26% -
HSV(B) 333.1º 0.6% 0.38% -
XYZ 6.44 4.24 5.33 -
YUV 58.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 96 38 64 0 0.60 0.33 0.62 333.1 0.43 0.26
Hex 60 26 40 0 3C 21 3E 14D 2B 1A
Octal 140 46 100 0 74 41 76 515 53 32
Binary 1100000 100110 1000000 0 111100 100001 111110 101001101 101011 11010

Color Harmonies of #602640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602640

Black with #602640

Text Example


Text Example

White with #602640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602640; }

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

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

background-color css

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

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

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

border-color css

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

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

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