Html Css Color HEX #71122E Claret

📋 copy color: '#71122E'

red 113 ◦ green 18 ◦ blue 46

#71122E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #71122E

Tints of Claret #71122E

RGB

 RED value IS 113 (44.53% from 255) = 63.84%

 GREEN value IS 18 (7.42% from 255) = 10.17%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 63.84%
G = 10.17%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71122E (or 0x71122E) is known color: Claret. HEX triplet: 71, 12 and 2E. RGB value is (113,18,46). Sum of RGB (Red+Green+Blue) = 113+18+46=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71122E is #8EEDD1. Grayscale: #313131. Windows color (decimal): -9366994 or 3019377. OLE color: 3019377.

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

Color convert

RGB 113 18 46 -
CMYK 0 0.84 0.59 0.56
HSL 342.32º 0.73% 0.26% -
HSV(B) 342.32º 0.84% 0.44% -
XYZ 7.52 4.14 2.99 -
YUV 49.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 113 18 46 0 0.84 0.59 0.56 342.32 0.73 0.26
Hex 71 12 2E 0 54 3B 38 156 49 1A
Octal 161 22 56 0 124 73 70 526 111 32
Binary 1110001 10010 101110 0 1010100 111011 111000 101010110 1001001 11010

Color Harmonies of #71122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71122E

Black with #71122E

Text Example


Text Example

White with #71122E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71122E;
 }
 .AnyTagClassName
 {
   color: #71122E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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