#712533

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

Shades of Claret #712533

Tints of Claret #712533

Color information

#712533 (or 0x712533) is unknown color: approx Claret. HEX triplet: 71, 25 and 33. RGB value is (113,37,51). Sum of RGB (Red+Green+Blue) = 113+37+51=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712533 is #8EDACC. Grayscale: #3D3D3D. Windows color (decimal): -9362125 or 3351921. OLE color: 3351921.

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

Color convert

RGB1133751-
CMYK00.670.550.56
HSL348.95º50.67%29.41%-
HSV(B)348.95º67.26%44.31%-
XYZ8.075.073.69-
YUV61.32122.18164.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=56.22%
G=18.41%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113375100.670.550.56348.9550.6729.41
Hex712533043373815d331d
Octal1614563010367705356335
Binary11100011001011100110100001111011111100010101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712533; }

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

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

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

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

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

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

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

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