Html Css Color HEX #730F39 Pompadour

📋 copy color: '#730F39'

red 115 ◦ green 15 ◦ blue 57

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

Shades of Pompadour #730F39

Tints of Pompadour #730F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 61.5%
G = 8.02%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#730F39 (or 0x730F39) is known color: Pompadour. HEX triplet: 73, 0F and 39. RGB value is (115,15,57). Sum of RGB (Red+Green+Blue) = 115+15+57=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #730F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F39 is #8CF0C6. Grayscale: #313131. Windows color (decimal): -9236679 or 3739507. OLE color: 3739507.

HSL color Cylindrical-coordinate representation of color #730F39: hue angle of 334.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F39 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 15 57 -
CMYK 0 0.87 0.50 0.55
HSL 334.8º 0.77% 0.25% -
HSV(B) 334.8º 0.87% 0.45% -
XYZ 7.98 4.28 4.28 -
YUV 49.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 115 15 57 0 0.87 0.50 0.55 334.8 0.77 0.25
Hex 73 F 39 0 57 32 37 14F 4D 19
Octal 163 17 71 0 127 62 67 517 115 31
Binary 1110011 1111 111001 0 1010111 110010 110111 101001111 1001101 11001

Color Harmonies of #730F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F39

Black with #730F39

Text Example


Text Example

White with #730F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730F39; }

 p { color: rgb(115,15,57); }

 H1.HeaderClassName
 {
   color: #730F39;
 }
 .AnyTagClassName
 {
   color: #730F39;
 }
</style>

background-color css

<style>
 a { background-color: #730F39; }

 a { background-color: rgb(115,15,57); }

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

border-color css

<style>
 span { border-color: #730F39; }

 span { border-color: rgb(115,15,57); }

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