Html Css Color HEX #71162F Claret

📋 copy color: '#71162F'

red 113 ◦ green 22 ◦ blue 47

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

Shades of Claret #71162F

Tints of Claret #71162F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 62.09%
G = 12.09%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71162F (or 0x71162F) is known color: Claret. HEX triplet: 71, 16 and 2F. RGB value is (113,22,47). Sum of RGB (Red+Green+Blue) = 113+22+47=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #71162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71162F is #8EE9D0. Grayscale: #343434. Windows color (decimal): -9365969 or 3085937. OLE color: 3085937.

HSL color Cylindrical-coordinate representation of color #71162F: hue angle of 343.52º 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 #71162F is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 47 -
CMYK 0 0.81 0.58 0.56
HSL 343.52º 0.67% 0.26% -
HSV(B) 343.52º 0.81% 0.44% -
XYZ 7.61 4.29 3.12 -
YUV 52.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 113 22 47 0 0.81 0.58 0.56 343.52 0.67 0.26
Hex 71 16 2F 0 51 3A 38 158 43 1A
Octal 161 26 57 0 121 72 70 530 103 32
Binary 1110001 10110 101111 0 1010001 111010 111000 101011000 1000011 11010

Color Harmonies of #71162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71162F

Black with #71162F

Text Example


Text Example

White with #71162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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