#712334

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

Shades of Claret #712334

Tints of Claret #712334

Color information

#712334 (or 0x712334) is unknown color: approx Claret. HEX triplet: 71, 23 and 34. RGB value is (113,35,52). Sum of RGB (Red+Green+Blue) = 113+35+52=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #712334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712334 is #8EDCCB. Grayscale: #3C3C3C. Windows color (decimal): -9362636 or 3416945. OLE color: 3416945.

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

Color convert

RGB1133552-
CMYK00.690.540.56
HSL346.92º52.7%29.02%-
HSV(B)346.92º69.03%44.31%-
XYZ8.034.963.78-
YUV60.26123.34165.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 52 (20.70% from 255) = 26%
R=56.5%
G=17.5%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113355200.690.540.56346.9252.729.02
Hex712334045363815b351d
Octal1614364010566705336535
Binary11100011000111101000100010111011011100010101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712334; }

 p { color: rgb(113,35,52); }

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

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

 a { background-color: rgb(113,35,52); }

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

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

 span { border-color: rgb(113,35,52); }

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