#712137

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

Shades of Claret #712137

Tints of Claret #712137

Color information

#712137 (or 0x712137) is unknown color: approx Claret. HEX triplet: 71, 21 and 37. RGB value is (113,33,55). Sum of RGB (Red+Green+Blue) = 113+33+55=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712137 is #8EDEC8. Grayscale: #3B3B3B. Windows color (decimal): -9363145 or 3613041. OLE color: 3613041.

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

Color convert

RGB1133355-
CMYK00.710.510.56
HSL343.5º54.79%28.63%-
HSV(B)343.5º70.8%44.31%-
XYZ8.044.874.13-
YUV59.43125.5166.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=56.22%
G=16.42%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113335500.710.510.56343.554.7928.63
Hex7121370473338158371d
Octal1614167010763705306735
Binary11100011000011101110100011111001111100010101100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712137; }

 p { color: rgb(113,33,55); }

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

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

 a { background-color: rgb(113,33,55); }

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

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

 span { border-color: rgb(113,33,55); }

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