Html Css Color HEX #73153C Pompadour

📋 copy color: '#73153C'

red 115 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #73153C

Tints of Pompadour #73153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 58.67%
G = 10.71%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#73153C (or 0x73153C) is known color: Pompadour. HEX triplet: 73, 15 and 3C. RGB value is (115,21,60). Sum of RGB (Red+Green+Blue) = 115+21+60=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #73153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73153C is #8CEAC3. Grayscale: #353535. Windows color (decimal): -9235140 or 3937651. OLE color: 3937651.

HSL color Cylindrical-coordinate representation of color #73153C: hue angle of 335.11º 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 #73153C is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 60 -
CMYK 0 0.82 0.48 0.55
HSL 335.11º 0.69% 0.27% -
HSV(B) 335.11º 0.82% 0.45% -
XYZ 8.15 4.51 4.72 -
YUV 53.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 115 21 60 0 0.82 0.48 0.55 335.11 0.69 0.27
Hex 73 15 3C 0 52 30 37 14F 45 1B
Octal 163 25 74 0 122 60 67 517 105 33
Binary 1110011 10101 111100 0 1010010 110000 110111 101001111 1000101 11011

Color Harmonies of #73153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73153C

Black with #73153C

Text Example


Text Example

White with #73153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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