Html Css Color HEX #711131 Claret

📋 copy color: '#711131'

red 113 ◦ green 17 ◦ blue 49

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

Shades of Claret #711131

Tints of Claret #711131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 63.13%
G = 9.5%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#711131 (or 0x711131) is known color: Claret. HEX triplet: 71, 11 and 31. RGB value is (113,17,49). Sum of RGB (Red+Green+Blue) = 113+17+49=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #711131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711131 is #8EEECE. Grayscale: #313131. Windows color (decimal): -9367247 or 3215729. OLE color: 3215729.

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

Color convert

RGB 113 17 49 -
CMYK 0 0.85 0.57 0.56
HSL 340º 0.74% 0.25% -
HSV(B) 340º 0.85% 0.44% -
XYZ 7.56 4.13 3.3 -
YUV 49.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 113 17 49 0 0.85 0.57 0.56 340 0.74 0.25
Hex 71 11 31 0 55 39 38 154 4A 19
Octal 161 21 61 0 125 71 70 524 112 31
Binary 1110001 10001 110001 0 1010101 111001 111000 101010100 1001010 11001

Color Harmonies of #711131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711131

Black with #711131

Text Example


Text Example

White with #711131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711131; }

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

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

background-color css

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

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

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

border-color css

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

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

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