#71222F

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

Shades of Claret #71222F

Tints of Claret #71222F

Color information

#71222F (or 0x71222F) is unknown color: approx Claret. HEX triplet: 71, 22 and 2F. RGB value is (113,34,47). Sum of RGB (Red+Green+Blue) = 113+34+47=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71222F is #8EDDD0. Grayscale: #3B3B3B. Windows color (decimal): -9362897 or 3089009. OLE color: 3089009.

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

Color convert

RGB1133447-
CMYK00.700.580.56
HSL350.13º53.74%28.82%-
HSV(B)350.13º69.91%44.31%-
XYZ7.94.863.21-
YUV59.1121.17166.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.25%
GREEN value IS 34 (13.67% from 255) = 17.53%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=58.25%
G=17.53%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113344700.700.580.56350.1353.7428.82
Hex71222F0463A3815e361d
Octal1614257010672705366635
Binary11100011000101011110100011011101011100010101111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71222F; }

 p { color: rgb(113,34,47); }

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

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

 a { background-color: rgb(113,34,47); }

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

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

 span { border-color: rgb(113,34,47); }

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