Html Css Color HEX #71122D Claret

📋 copy color: '#71122D'

red 113 ◦ green 18 ◦ blue 45

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

Shades of Claret #71122D

Tints of Claret #71122D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 64.2%
G = 10.23%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71122D (or 0x71122D) is known color: Claret. HEX triplet: 71, 12 and 2D. RGB value is (113,18,45). Sum of RGB (Red+Green+Blue) = 113+18+45=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71122D is #8EEDD2. Grayscale: #313131. Windows color (decimal): -9366995 or 2953841. OLE color: 2953841.

HSL color Cylindrical-coordinate representation of color #71122D: hue angle of 342.95º 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 #71122D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 45 -
CMYK 0 0.84 0.60 0.56
HSL 342.95º 0.73% 0.26% -
HSV(B) 342.95º 0.84% 0.44% -
XYZ 7.5 4.13 2.89 -
YUV 49.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 113 18 45 0 0.84 0.60 0.56 342.95 0.73 0.26
Hex 71 12 2D 0 54 3C 38 157 49 1A
Octal 161 22 55 0 124 74 70 527 111 32
Binary 1110001 10010 101101 0 1010100 111100 111000 101010111 1001001 11010

Color Harmonies of #71122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71122D

Black with #71122D

Text Example


Text Example

White with #71122D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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