Html Css Color HEX #71162D Claret

📋 copy color: '#71162D'

red 113 ◦ green 22 ◦ blue 45

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

Shades of Claret #71162D

Tints of Claret #71162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

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

R = 62.78%
G = 12.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71162D (or 0x71162D) is known color: Claret. HEX triplet: 71, 16 and 2D. RGB value is (113,22,45). Sum of RGB (Red+Green+Blue) = 113+22+45=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71162D is #8EE9D2. Grayscale: #333333. Windows color (decimal): -9365971 or 2954865. OLE color: 2954865.

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

Color convert

RGB 113 22 45 -
CMYK 0 0.81 0.60 0.56
HSL 344.84º 0.67% 0.26% -
HSV(B) 344.84º 0.81% 0.44% -
XYZ 7.57 4.27 2.91 -
YUV 51.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 113 22 45 0 0.81 0.60 0.56 344.84 0.67 0.26
Hex 71 16 2D 0 51 3C 38 159 43 1A
Octal 161 26 55 0 121 74 70 531 103 32
Binary 1110001 10110 101101 0 1010001 111100 111000 101011001 1000011 11010

Color Harmonies of #71162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71162D

Black with #71162D

Text Example


Text Example

White with #71162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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