Html Css Color HEX #73133E Pompadour

📋 copy color: '#73133E'

red 115 ◦ green 19 ◦ blue 62

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

Shades of Pompadour #73133E

Tints of Pompadour #73133E

RGB

 RED value IS 115 (45.31% from 255) = 58.67%

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

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

R = 58.67%
G = 9.69%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#73133E (or 0x73133E) is known color: Pompadour. HEX triplet: 73, 13 and 3E. RGB value is (115,19,62). Sum of RGB (Red+Green+Blue) = 115+19+62=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73133E is #8CECC1. Grayscale: #343434. Windows color (decimal): -9235650 or 4068211. OLE color: 4068211.

HSL color Cylindrical-coordinate representation of color #73133E: hue angle of 333.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73133E is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 62 -
CMYK 0 0.83 0.46 0.55
HSL 333.13º 0.72% 0.26% -
HSV(B) 333.13º 0.83% 0.45% -
XYZ 8.17 4.46 4.99 -
YUV 52.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 115 19 62 0 0.83 0.46 0.55 333.13 0.72 0.26
Hex 73 13 3E 0 53 2E 37 14D 48 1A
Octal 163 23 76 0 123 56 67 515 110 32
Binary 1110011 10011 111110 0 1010011 101110 110111 101001101 1001000 11010

Color Harmonies of #73133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73133E

Black with #73133E

Text Example


Text Example

White with #73133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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