Html Css Color HEX #73143E Pompadour

📋 copy color: '#73143E'

red 115 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #73143E

Tints of Pompadour #73143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 58.38%
G = 10.15%
B = 31.47%

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

#73143E (or 0x73143E) is known color: Pompadour. HEX triplet: 73, 14 and 3E. RGB value is (115,20,62). Sum of RGB (Red+Green+Blue) = 115+20+62=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73143E is #8CEBC1. Grayscale: #353535. Windows color (decimal): -9235394 or 4068467. OLE color: 4068467.

HSL color Cylindrical-coordinate representation of color #73143E: hue angle of 333.47º degrees, saturation: 0.7, 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 #73143E is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 62 -
CMYK 0 0.83 0.46 0.55
HSL 333.47º 0.7% 0.26% -
HSV(B) 333.47º 0.83% 0.45% -
XYZ 8.19 4.49 4.99 -
YUV 53.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 115 20 62 0 0.83 0.46 0.55 333.47 0.7 0.26
Hex 73 14 3E 0 53 2E 37 14D 46 1A
Octal 163 24 76 0 123 56 67 515 106 32
Binary 1110011 10100 111110 0 1010011 101110 110111 101001101 1000110 11010

Color Harmonies of #73143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73143E

Black with #73143E

Text Example


Text Example

White with #73143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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