#71102E

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

Shades of Claret #71102E

Tints of Claret #71102E

Color information

#71102E (or 0x71102E) is unknown color: approx Claret. HEX triplet: 71, 10 and 2E. RGB value is (113,16,46). Sum of RGB (Red+Green+Blue) = 113+16+46=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71102E is #8EEFD1. Grayscale: #303030. Windows color (decimal): -9367506 or 3018865. OLE color: 3018865.

HSL color Cylindrical-coordinate representation of color #71102E: hue angle of 341.44º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71102E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1131646-
CMYK00.860.590.56
HSL341.44º75.19%25.29%-
HSV(B)341.44º85.84%44.31%-
XYZ7.494.082.98-
YUV48.42126.64174.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=64.57%
G=9.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113164600.860.590.56341.4475.1925.29
Hex71102E0563B381554b19
Octal16120560126737052511331
Binary11100011000010111001010110111011111000101010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71102E; }

 p { color: rgb(113,16,46); }

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

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

 a { background-color: rgb(113,16,46); }

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

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

 span { border-color: rgb(113,16,46); }

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