Html Css Color HEX #710F2F Claret

📋 copy color: '#710F2F'

red 113 ◦ green 15 ◦ blue 47

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

Shades of Claret #710F2F

Tints of Claret #710F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 64.57%
G = 8.57%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710F2F (or 0x710F2F) is known color: Claret. HEX triplet: 71, 0F and 2F. RGB value is (113,15,47). Sum of RGB (Red+Green+Blue) = 113+15+47=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #710F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F2F is #8EF0D0. Grayscale: #2F2F2F. Windows color (decimal): -9367761 or 3084145. OLE color: 3084145.

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

Color convert

RGB 113 15 47 -
CMYK 0 0.87 0.58 0.56
HSL 340.41º 0.77% 0.25% -
HSV(B) 340.41º 0.87% 0.44% -
XYZ 7.49 4.06 3.08 -
YUV 47.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 113 15 47 0 0.87 0.58 0.56 340.41 0.77 0.25
Hex 71 F 2F 0 57 3A 38 154 4D 19
Octal 161 17 57 0 127 72 70 524 115 31
Binary 1110001 1111 101111 0 1010111 111010 111000 101010100 1001101 11001

Color Harmonies of #710F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F2F

Black with #710F2F

Text Example


Text Example

White with #710F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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