Html Css Color HEX #711F31 Claret

📋 copy color: '#711F31'

red 113 ◦ green 31 ◦ blue 49

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

Shades of Claret #711F31

Tints of Claret #711F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

 BLUE value IS 49 (19.53% from 255) = 25.39%

R = 58.55%
G = 16.06%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#711F31 (or 0x711F31) is known color: Claret. HEX triplet: 71, 1F and 31. RGB value is (113,31,49). Sum of RGB (Red+Green+Blue) = 113+31+49=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #711F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711F31 is #8EE0CE. Grayscale: #393939. Windows color (decimal): -9363663 or 3219313. OLE color: 3219313.

HSL color Cylindrical-coordinate representation of color #711F31: hue angle of 346.83º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F31 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 49 -
CMYK 0 0.73 0.57 0.56
HSL 346.83º 0.57% 0.28% -
HSV(B) 346.83º 0.73% 0.44% -
XYZ 7.85 4.71 3.4 -
YUV 57.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 113 31 49 0 0.73 0.57 0.56 346.83 0.57 0.28
Hex 71 1F 31 0 49 39 38 15B 39 1C
Octal 161 37 61 0 111 71 70 533 71 34
Binary 1110001 11111 110001 0 1001001 111001 111000 101011011 111001 11100

Color Harmonies of #711F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F31

Black with #711F31

Text Example


Text Example

White with #711F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F31; }

 p { color: rgb(113,31,49); }

 H1.HeaderClassName
 {
   color: #711F31;
 }
 .AnyTagClassName
 {
   color: #711F31;
 }
</style>

background-color css

<style>
 a { background-color: #711F31; }

 a { background-color: rgb(113,31,49); }

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

border-color css

<style>
 span { border-color: #711F31; }

 span { border-color: rgb(113,31,49); }

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