Html Css Color HEX #730F4B Pompadour

📋 copy color: '#730F4B'

red 115 ◦ green 15 ◦ blue 75

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

Shades of Pompadour #730F4B

Tints of Pompadour #730F4B

RGB

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

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

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

R = 56.1%
G = 7.32%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#730F4B (or 0x730F4B) is known color: Pompadour. HEX triplet: 73, 0F and 4B. RGB value is (115,15,75). Sum of RGB (Red+Green+Blue) = 115+15+75=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F4B is #8CF0B4. Grayscale: #333333. Windows color (decimal): -9236661 or 4919155. OLE color: 4919155.

HSL color Cylindrical-coordinate representation of color #730F4B: hue angle of 324º 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 #730F4B is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 15 75 -
CMYK 0 0.87 0.35 0.55
HSL 324º 0.77% 0.25% -
HSV(B) 324º 0.87% 0.45% -
XYZ 8.51 4.49 7.08 -
YUV 51.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 115 15 75 0 0.87 0.35 0.55 324 0.77 0.25
Hex 73 F 4B 0 57 23 37 144 4D 19
Octal 163 17 113 0 127 43 67 504 115 31
Binary 1110011 1111 1001011 0 1010111 100011 110111 101000100 1001101 11001

Color Harmonies of #730F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F4B

Black with #730F4B

Text Example


Text Example

White with #730F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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