Html Css Color HEX #711132 Claret

📋 copy color: '#711132'

red 113 ◦ green 17 ◦ blue 50

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

Shades of Claret #711132

Tints of Claret #711132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.78%

R = 62.78%
G = 9.44%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#711132 (or 0x711132) is known color: Claret. HEX triplet: 71, 11 and 32. RGB value is (113,17,50). Sum of RGB (Red+Green+Blue) = 113+17+50=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #711132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711132 is #8EEECD. Grayscale: #313131. Windows color (decimal): -9367246 or 3281265. OLE color: 3281265.

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

Color convert

RGB 113 17 50 -
CMYK 0 0.85 0.56 0.56
HSL 339.38º 0.74% 0.25% -
HSV(B) 339.38º 0.85% 0.44% -
XYZ 7.59 4.14 3.42 -
YUV 49.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 113 17 50 0 0.85 0.56 0.56 339.38 0.74 0.25
Hex 71 11 32 0 55 38 38 153 4A 19
Octal 161 21 62 0 125 70 70 523 112 31
Binary 1110001 10001 110010 0 1010101 111000 111000 101010011 1001010 11001

Color Harmonies of #711132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711132

Black with #711132

Text Example


Text Example

White with #711132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711132; }

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

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

background-color css

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

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

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

border-color css

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

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

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