Html Css Color HEX #711232 Claret

📋 copy color: '#711232'

red 113 ◦ green 18 ◦ blue 50

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

Shades of Claret #711232

Tints of Claret #711232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 62.43%
G = 9.94%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#711232 (or 0x711232) is known color: Claret. HEX triplet: 71, 12 and 32. RGB value is (113,18,50). Sum of RGB (Red+Green+Blue) = 113+18+50=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #711232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711232 is #8EEDCD. Grayscale: #323232. Windows color (decimal): -9366990 or 3281521. OLE color: 3281521.

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

Color convert

RGB 113 18 50 -
CMYK 0 0.84 0.56 0.56
HSL 339.79º 0.73% 0.26% -
HSV(B) 339.79º 0.84% 0.44% -
XYZ 7.6 4.17 3.42 -
YUV 50.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 113 18 50 0 0.84 0.56 0.56 339.79 0.73 0.26
Hex 71 12 32 0 54 38 38 154 49 1A
Octal 161 22 62 0 124 70 70 524 111 32
Binary 1110001 10010 110010 0 1010100 111000 111000 101010100 1001001 11010

Color Harmonies of #711232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711232

Black with #711232

Text Example


Text Example

White with #711232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711232; }

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

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

background-color css

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

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

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

border-color css

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

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

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