Html Css Color HEX #712032 Claret

📋 copy color: '#712032'

red 113 ◦ green 32 ◦ blue 50

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

Shades of Claret #712032

Tints of Claret #712032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

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

R = 57.95%
G = 16.41%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#712032 (or 0x712032) is known color: Claret. HEX triplet: 71, 20 and 32. RGB value is (113,32,50). Sum of RGB (Red+Green+Blue) = 113+32+50=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712032 is #8EDFCD. Grayscale: #3A3A3A. Windows color (decimal): -9363406 or 3285105. OLE color: 3285105.

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

Color convert

RGB 113 32 50 -
CMYK 0 0.72 0.56 0.56
HSL 346.67º 0.56% 0.28% -
HSV(B) 346.67º 0.72% 0.44% -
XYZ 7.9 4.77 3.52 -
YUV 58.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 113 32 50 0 0.72 0.56 0.56 346.67 0.56 0.28
Hex 71 20 32 0 48 38 38 15B 38 1C
Octal 161 40 62 0 110 70 70 533 70 34
Binary 1110001 100000 110010 0 1001000 111000 111000 101011011 111000 11100

Color Harmonies of #712032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712032

Black with #712032

Text Example


Text Example

White with #712032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712032; }

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

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

background-color css

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

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

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

border-color css

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

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

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