Html Css Color HEX #602741 Pompadour

📋 copy color: '#602741'

red 96 ◦ green 39 ◦ blue 65

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

Shades of Pompadour #602741

Tints of Pompadour #602741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.5%

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

R = 48%
G = 19.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602741 (or 0x602741) is known color: Pompadour. HEX triplet: 60, 27 and 41. RGB value is (96,39,65). Sum of RGB (Red+Green+Blue) = 96+39+65=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602741 is #9FD8BE. Grayscale: #3A3A3A. Windows color (decimal): -10475711 or 4269920. OLE color: 4269920.

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

Color convert

RGB 96 39 65 -
CMYK 0 0.59 0.32 0.62
HSL 332.63º 0.42% 0.26% -
HSV(B) 332.63º 0.59% 0.38% -
XYZ 6.5 4.32 5.49 -
YUV 59.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 96 39 65 0 0.59 0.32 0.62 332.63 0.42 0.26
Hex 60 27 41 0 3B 20 3E 14D 2A 1A
Octal 140 47 101 0 73 40 76 515 52 32
Binary 1100000 100111 1000001 0 111011 100000 111110 101001101 101010 11010

Color Harmonies of #602741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602741

Black with #602741

Text Example


Text Example

White with #602741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602741; }

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

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

background-color css

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

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

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

border-color css

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

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

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