Html Css Color HEX #710F4B Pompadour

📋 copy color: '#710F4B'

red 113 ◦ green 15 ◦ blue 75

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

Shades of Pompadour #710F4B

Tints of Pompadour #710F4B

RGB

 RED value IS 113 (44.53% from 255) = 55.67%

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

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

R = 55.67%
G = 7.39%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#710F4B (or 0x710F4B) is known color: Pompadour. HEX triplet: 71, 0F and 4B. RGB value is (113,15,75). Sum of RGB (Red+Green+Blue) = 113+15+75=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #710F4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F4B is #8EF0B4. Grayscale: #333333. Windows color (decimal): -9367733 or 4919153. OLE color: 4919153.

HSL color Cylindrical-coordinate representation of color #710F4B: hue angle of 323.27º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F4B is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 75 -
CMYK 0 0.87 0.34 0.56
HSL 323.27º 0.77% 0.25% -
HSV(B) 323.27º 0.87% 0.44% -
XYZ 8.25 4.36 7.06 -
YUV 51.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 113 15 75 0 0.87 0.34 0.56 323.27 0.77 0.25
Hex 71 F 4B 0 57 22 38 143 4D 19
Octal 161 17 113 0 127 42 70 503 115 31
Binary 1110001 1111 1001011 0 1010111 100010 111000 101000011 1001101 11001

Color Harmonies of #710F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F4B

Black with #710F4B

Text Example


Text Example

White with #710F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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