#712033

Color #712033 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #712033

Tints of Claret #712033

Color information

#712033 (or 0x712033) is unknown color: approx Claret. HEX triplet: 71, 20 and 33. RGB value is (113,32,51). Sum of RGB (Red+Green+Blue) = 113+32+51=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #712033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712033 is #8EDFCC. Grayscale: #3A3A3A. Windows color (decimal): -9363405 or 3350641. OLE color: 3350641.

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

Color convert

RGB1133251-
CMYK00.720.550.56
HSL345.93º55.86%28.43%-
HSV(B)345.93º71.68%44.31%-
XYZ7.924.783.64-
YUV58.38123.84166.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=57.65%
G=16.33%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113325100.720.550.56345.9355.8628.43
Hex712033048373815a381c
Octal1614063011067705327034
Binary11100011000001100110100100011011111100010101101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712033; }

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

 H1.HeaderClassName
 {
   color: #712033;
 }
 .AnyTagClassName
 {
   color: #712033;
 }
</style>
background-color css

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

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

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

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

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

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