Html Css Color HEX #73133B Pompadour

📋 copy color: '#73133B'

red 115 ◦ green 19 ◦ blue 59

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

Shades of Pompadour #73133B

Tints of Pompadour #73133B

RGB

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

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

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

R = 59.59%
G = 9.84%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73133B (or 0x73133B) is known color: Pompadour. HEX triplet: 73, 13 and 3B. RGB value is (115,19,59). Sum of RGB (Red+Green+Blue) = 115+19+59=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73133B is #8CECC4. Grayscale: #343434. Windows color (decimal): -9235653 or 3871603. OLE color: 3871603.

HSL color Cylindrical-coordinate representation of color #73133B: hue angle of 335º 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 #73133B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 59 -
CMYK 0 0.83 0.49 0.55
HSL 335º 0.72% 0.26% -
HSV(B) 335º 0.83% 0.45% -
XYZ 8.09 4.43 4.57 -
YUV 52.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 115 19 59 0 0.83 0.49 0.55 335 0.72 0.26
Hex 73 13 3B 0 53 31 37 14F 48 1A
Octal 163 23 73 0 123 61 67 517 110 32
Binary 1110011 10011 111011 0 1010011 110001 110111 101001111 1001000 11010

Color Harmonies of #73133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73133B

Black with #73133B

Text Example


Text Example

White with #73133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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