Html Css Color HEX #60133E Pompadour

📋 copy color: '#60133E'

red 96 ◦ green 19 ◦ blue 62

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

Shades of Pompadour #60133E

Tints of Pompadour #60133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 54.24%
G = 10.73%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#60133E (or 0x60133E) is known color: Pompadour. HEX triplet: 60, 13 and 3E. RGB value is (96,19,62). Sum of RGB (Red+Green+Blue) = 96+19+62=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60133E is #9FECC1. Grayscale: #2E2E2E. Windows color (decimal): -10480834 or 4068192. OLE color: 4068192.

HSL color Cylindrical-coordinate representation of color #60133E: hue angle of 326.49º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60133E is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 62 -
CMYK 0 0.80 0.35 0.62
HSL 326.49º 0.67% 0.23% -
HSV(B) 326.49º 0.8% 0.38% -
XYZ 5.93 3.3 4.88 -
YUV 46.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 96 19 62 0 0.80 0.35 0.62 326.49 0.67 0.23
Hex 60 13 3E 0 50 23 3E 146 43 17
Octal 140 23 76 0 120 43 76 506 103 27
Binary 1100000 10011 111110 0 1010000 100011 111110 101000110 1000011 10111

Color Harmonies of #60133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60133E

Black with #60133E

Text Example


Text Example

White with #60133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60133E; }

 p { color: rgb(96,19,62); }

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

background-color css

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

 a { background-color: rgb(96,19,62); }

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

border-color css

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

 span { border-color: rgb(96,19,62); }

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