Html Css Color HEX #60203F Pompadour

📋 copy color: '#60203F'

red 96 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #60203F

Tints of Pompadour #60203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.98%

R = 50.26%
G = 16.75%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60203F (or 0x60203F) is known color: Pompadour. HEX triplet: 60, 20 and 3F. RGB value is (96,32,63). Sum of RGB (Red+Green+Blue) = 96+32+63=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60203F is #9FDFC0. Grayscale: #363636. Windows color (decimal): -10477505 or 4137056. OLE color: 4137056.

HSL color Cylindrical-coordinate representation of color #60203F: hue angle of 330.94º 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 #60203F is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 63 -
CMYK 0 0.67 0.34 0.62
HSL 330.94º 0.5% 0.25% -
HSV(B) 330.94º 0.67% 0.38% -
XYZ 6.24 3.88 5.12 -
YUV 54.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 96 32 63 0 0.67 0.34 0.62 330.94 0.5 0.25
Hex 60 20 3F 0 43 22 3E 14B 32 19
Octal 140 40 77 0 103 42 76 513 62 31
Binary 1100000 100000 111111 0 1000011 100010 111110 101001011 110010 11001

Color Harmonies of #60203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60203F

Black with #60203F

Text Example


Text Example

White with #60203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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