Html Css Color HEX #730E42 Pompadour

📋 copy color: '#730E42'

red 115 ◦ green 14 ◦ blue 66

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

Shades of Pompadour #730E42

Tints of Pompadour #730E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 58.97%
G = 7.18%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#730E42 (or 0x730E42) is known color: Pompadour. HEX triplet: 73, 0E and 42. RGB value is (115,14,66). Sum of RGB (Red+Green+Blue) = 115+14+66=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #730E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E42 is #8CF1BD. Grayscale: #323232. Windows color (decimal): -9236926 or 4329075. OLE color: 4329075.

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

Color convert

RGB 115 14 66 -
CMYK 0 0.88 0.43 0.55
HSL 329.11º 0.78% 0.25% -
HSV(B) 329.11º 0.88% 0.45% -
XYZ 8.21 4.35 5.56 -
YUV 50.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 115 14 66 0 0.88 0.43 0.55 329.11 0.78 0.25
Hex 73 E 42 0 58 2B 37 149 4E 19
Octal 163 16 102 0 130 53 67 511 116 31
Binary 1110011 1110 1000010 0 1011000 101011 110111 101001001 1001110 11001

Color Harmonies of #730E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E42

Black with #730E42

Text Example


Text Example

White with #730E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,14,66); }

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

background-color css

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

 a { background-color: rgb(115,14,66); }

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

border-color css

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

 span { border-color: rgb(115,14,66); }

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