Html Css Color HEX #710F3B Pompadour

📋 copy color: '#710F3B'

red 113 ◦ green 15 ◦ blue 59

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

Shades of Pompadour #710F3B

Tints of Pompadour #710F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 60.43%
G = 8.02%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#710F3B (or 0x710F3B) is known color: Pompadour. HEX triplet: 71, 0F and 3B. RGB value is (113,15,59). Sum of RGB (Red+Green+Blue) = 113+15+59=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F3B is #8EF0C4. Grayscale: #313131. Windows color (decimal): -9367749 or 3870577. OLE color: 3870577.

HSL color Cylindrical-coordinate representation of color #710F3B: hue angle of 333.06º 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 #710F3B is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 59 -
CMYK 0 0.87 0.48 0.56
HSL 333.06º 0.77% 0.25% -
HSV(B) 333.06º 0.87% 0.44% -
XYZ 7.77 4.17 4.53 -
YUV 49.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 113 15 59 0 0.87 0.48 0.56 333.06 0.77 0.25
Hex 71 F 3B 0 57 30 38 14D 4D 19
Octal 161 17 73 0 127 60 70 515 115 31
Binary 1110001 1111 111011 0 1010111 110000 111000 101001101 1001101 11001

Color Harmonies of #710F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F3B

Black with #710F3B

Text Example


Text Example

White with #710F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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