Html Css Color HEX #73114B Pompadour

📋 copy color: '#73114B'

red 115 ◦ green 17 ◦ blue 75

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

Shades of Pompadour #73114B

Tints of Pompadour #73114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 55.56%
G = 8.21%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#73114B (or 0x73114B) is known color: Pompadour. HEX triplet: 73, 11 and 4B. RGB value is (115,17,75). Sum of RGB (Red+Green+Blue) = 115+17+75=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73114B is #8CEEB4. Grayscale: #343434. Windows color (decimal): -9236149 or 4919667. OLE color: 4919667.

HSL color Cylindrical-coordinate representation of color #73114B: hue angle of 324.49º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73114B is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 75 -
CMYK 0 0.85 0.35 0.55
HSL 324.49º 0.74% 0.26% -
HSV(B) 324.49º 0.85% 0.45% -
XYZ 8.54 4.55 7.09 -
YUV 52.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 115 17 75 0 0.85 0.35 0.55 324.49 0.74 0.26
Hex 73 11 4B 0 55 23 37 144 4A 1A
Octal 163 21 113 0 125 43 67 504 112 32
Binary 1110011 10001 1001011 0 1010101 100011 110111 101000100 1001010 11010

Color Harmonies of #73114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73114B

Black with #73114B

Text Example


Text Example

White with #73114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,17,75); }

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

background-color css

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

 a { background-color: rgb(115,17,75); }

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

border-color css

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

 span { border-color: rgb(115,17,75); }

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