Html Css Color HEX #710C2F Claret

📋 copy color: '#710C2F'

red 113 ◦ green 12 ◦ blue 47

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

Shades of Claret #710C2F

Tints of Claret #710C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.98%

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

R = 65.7%
G = 6.98%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#710C2F (or 0x710C2F) is known color: Claret. HEX triplet: 71, 0C and 2F. RGB value is (113,12,47). Sum of RGB (Red+Green+Blue) = 113+12+47=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C2F is #8EF3D0. Grayscale: #2E2E2E. Windows color (decimal): -9368529 or 3083377. OLE color: 3083377.

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

Color convert

RGB 113 12 47 -
CMYK 0 0.89 0.58 0.56
HSL 339.21º 0.81% 0.25% -
HSV(B) 339.21º 0.89% 0.44% -
XYZ 7.45 3.98 3.06 -
YUV 46.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 113 12 47 0 0.89 0.58 0.56 339.21 0.81 0.25
Hex 71 C 2F 0 59 3A 38 153 51 19
Octal 161 14 57 0 131 72 70 523 121 31
Binary 1110001 1100 101111 0 1011001 111010 111000 101010011 1010001 11001

Color Harmonies of #710C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C2F

Black with #710C2F

Text Example


Text Example

White with #710C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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