Html Css Color HEX #73254B Pompadour

📋 copy color: '#73254B'

red 115 ◦ green 37 ◦ blue 75

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

Shades of Pompadour #73254B

Tints of Pompadour #73254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 50.66%
G = 16.3%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#73254B (or 0x73254B) is known color: Pompadour. HEX triplet: 73, 25 and 4B. RGB value is (115,37,75). Sum of RGB (Red+Green+Blue) = 115+37+75=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73254B is #8CDAB4. Grayscale: #404040. Windows color (decimal): -9231029 or 4924787. OLE color: 4924787.

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

Color convert

RGB 115 37 75 -
CMYK 0 0.68 0.35 0.55
HSL 330.77º 0.51% 0.3% -
HSV(B) 330.77º 0.68% 0.45% -
XYZ 9 5.48 7.24 -
YUV 64.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 115 37 75 0 0.68 0.35 0.55 330.77 0.51 0.3
Hex 73 25 4B 0 44 23 37 14B 33 1E
Octal 163 45 113 0 104 43 67 513 63 36
Binary 1110011 100101 1001011 0 1000100 100011 110111 101001011 110011 11110

Color Harmonies of #73254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73254B

Black with #73254B

Text Example


Text Example

White with #73254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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