Html Css Color HEX #71182D Claret

📋 copy color: '#71182D'

red 113 ◦ green 24 ◦ blue 45

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

Shades of Claret #71182D

Tints of Claret #71182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 62.09%
G = 13.19%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71182D (or 0x71182D) is known color: Claret. HEX triplet: 71, 18 and 2D. RGB value is (113,24,45). Sum of RGB (Red+Green+Blue) = 113+24+45=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71182D is #8EE7D2. Grayscale: #353535. Windows color (decimal): -9365459 or 2955377. OLE color: 2955377.

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

Color convert

RGB 113 24 45 -
CMYK 0 0.79 0.60 0.56
HSL 345.84º 0.65% 0.27% -
HSV(B) 345.84º 0.79% 0.44% -
XYZ 7.61 4.35 2.92 -
YUV 53.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 113 24 45 0 0.79 0.60 0.56 345.84 0.65 0.27
Hex 71 18 2D 0 4F 3C 38 15A 41 1B
Octal 161 30 55 0 117 74 70 532 101 33
Binary 1110001 11000 101101 0 1001111 111100 111000 101011010 1000001 11011

Color Harmonies of #71182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71182D

Black with #71182D

Text Example


Text Example

White with #71182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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