Html Css Color HEX #71172C Claret

📋 copy color: '#71172C'

red 113 ◦ green 23 ◦ blue 44

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

Shades of Claret #71172C

Tints of Claret #71172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 62.78%
G = 12.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71172C (or 0x71172C) is known color: Claret. HEX triplet: 71, 17 and 2C. RGB value is (113,23,44). Sum of RGB (Red+Green+Blue) = 113+23+44=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71172C is #8EE8D3. Grayscale: #343434. Windows color (decimal): -9365716 or 2889585. OLE color: 2889585.

HSL color Cylindrical-coordinate representation of color #71172C: hue angle of 346º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71172C is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 44 -
CMYK 0 0.80 0.61 0.56
HSL 346º 0.66% 0.27% -
HSV(B) 346º 0.8% 0.44% -
XYZ 7.57 4.31 2.81 -
YUV 52.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 113 23 44 0 0.80 0.61 0.56 346 0.66 0.27
Hex 71 17 2C 0 50 3D 38 15A 42 1B
Octal 161 27 54 0 120 75 70 532 102 33
Binary 1110001 10111 101100 0 1010000 111101 111000 101011010 1000010 11011

Color Harmonies of #71172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71172C

Black with #71172C

Text Example


Text Example

White with #71172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71172C; }

 p { color: rgb(113,23,44); }

 H1.HeaderClassName
 {
   color: #71172C;
 }
 .AnyTagClassName
 {
   color: #71172C;
 }
</style>

background-color css

<style>
 a { background-color: #71172C; }

 a { background-color: rgb(113,23,44); }

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

border-color css

<style>
 span { border-color: #71172C; }

 span { border-color: rgb(113,23,44); }

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