Html Css Color HEX #60203B Pompadour

📋 copy color: '#60203B'

red 96 ◦ green 32 ◦ blue 59

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

Shades of Pompadour #60203B

Tints of Pompadour #60203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 51.34%
G = 17.11%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60203B (or 0x60203B) is known color: Pompadour. HEX triplet: 60, 20 and 3B. RGB value is (96,32,59). Sum of RGB (Red+Green+Blue) = 96+32+59=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60203B is #9FDFC4. Grayscale: #363636. Windows color (decimal): -10477509 or 3874912. OLE color: 3874912.

HSL color Cylindrical-coordinate representation of color #60203B: hue angle of 334.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60203B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 59 -
CMYK 0 0.67 0.39 0.62
HSL 334.69º 0.5% 0.25% -
HSV(B) 334.69º 0.67% 0.38% -
XYZ 6.13 3.84 4.55 -
YUV 54.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 96 32 59 0 0.67 0.39 0.62 334.69 0.5 0.25
Hex 60 20 3B 0 43 27 3E 14F 32 19
Octal 140 40 73 0 103 47 76 517 62 31
Binary 1100000 100000 111011 0 1000011 100111 111110 101001111 110010 11001

Color Harmonies of #60203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60203B

Black with #60203B

Text Example


Text Example

White with #60203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60203B; }

 p { color: rgb(96,32,59); }

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

background-color css

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

 a { background-color: rgb(96,32,59); }

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

border-color css

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

 span { border-color: rgb(96,32,59); }

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