Html Css Color HEX #73153D Pompadour

📋 copy color: '#73153D'

red 115 ◦ green 21 ◦ blue 61

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

Shades of Pompadour #73153D

Tints of Pompadour #73153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 58.38%
G = 10.66%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73153D (or 0x73153D) is known color: Pompadour. HEX triplet: 73, 15 and 3D. RGB value is (115,21,61). Sum of RGB (Red+Green+Blue) = 115+21+61=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73153D is #8CEAC2. Grayscale: #353535. Windows color (decimal): -9235139 or 4003187. OLE color: 4003187.

HSL color Cylindrical-coordinate representation of color #73153D: hue angle of 334.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73153D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 61 -
CMYK 0 0.82 0.47 0.55
HSL 334.47º 0.69% 0.27% -
HSV(B) 334.47º 0.82% 0.45% -
XYZ 8.18 4.52 4.86 -
YUV 53.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 115 21 61 0 0.82 0.47 0.55 334.47 0.69 0.27
Hex 73 15 3D 0 52 2F 37 14E 45 1B
Octal 163 25 75 0 122 57 67 516 105 33
Binary 1110011 10101 111101 0 1010010 101111 110111 101001110 1000101 11011

Color Harmonies of #73153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73153D

Black with #73153D

Text Example


Text Example

White with #73153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73153D; }

 p { color: rgb(115,21,61); }

 H1.HeaderClassName
 {
   color: #73153D;
 }
 .AnyTagClassName
 {
   color: #73153D;
 }
</style>

background-color css

<style>
 a { background-color: #73153D; }

 a { background-color: rgb(115,21,61); }

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

border-color css

<style>
 span { border-color: #73153D; }

 span { border-color: rgb(115,21,61); }

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