Html Css Color HEX #71112D Claret

📋 copy color: '#71112D'

red 113 ◦ green 17 ◦ blue 45

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

Shades of Claret #71112D

Tints of Claret #71112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

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

R = 64.57%
G = 9.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71112D (or 0x71112D) is known color: Claret. HEX triplet: 71, 11 and 2D. RGB value is (113,17,45). Sum of RGB (Red+Green+Blue) = 113+17+45=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71112D is #8EEED2. Grayscale: #303030. Windows color (decimal): -9367251 or 2953585. OLE color: 2953585.

HSL color Cylindrical-coordinate representation of color #71112D: hue angle of 342.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71112D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 45 -
CMYK 0 0.85 0.60 0.56
HSL 342.5º 0.74% 0.25% -
HSV(B) 342.5º 0.85% 0.44% -
XYZ 7.48 4.1 2.88 -
YUV 48.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 113 17 45 0 0.85 0.60 0.56 342.5 0.74 0.25
Hex 71 11 2D 0 55 3C 38 156 4A 19
Octal 161 21 55 0 125 74 70 526 112 31
Binary 1110001 10001 101101 0 1010101 111100 111000 101010110 1001010 11001

Color Harmonies of #71112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71112D

Black with #71112D

Text Example


Text Example

White with #71112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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