Html Css Color HEX #60203A Pompadour

📋 copy color: '#60203A'

red 96 ◦ green 32 ◦ blue 58

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

Shades of Pompadour #60203A

Tints of Pompadour #60203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.18%

R = 51.61%
G = 17.2%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#60203A (or 0x60203A) is known color: Pompadour. HEX triplet: 60, 20 and 3A. RGB value is (96,32,58). Sum of RGB (Red+Green+Blue) = 96+32+58=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #60203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60203A is #9FDFC5. Grayscale: #363636. Windows color (decimal): -10477510 or 3809376. OLE color: 3809376.

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

Color convert

RGB 96 32 58 -
CMYK 0 0.67 0.40 0.62
HSL 335.63º 0.5% 0.25% -
HSV(B) 335.63º 0.67% 0.38% -
XYZ 6.1 3.83 4.42 -
YUV 54.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 96 32 58 0 0.67 0.40 0.62 335.63 0.5 0.25
Hex 60 20 3A 0 43 28 3E 150 32 19
Octal 140 40 72 0 103 50 76 520 62 31
Binary 1100000 100000 111010 0 1000011 101000 111110 101010000 110010 11001

Color Harmonies of #60203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60203A

Black with #60203A

Text Example


Text Example

White with #60203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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