Html Css Color HEX #71112B Claret

📋 copy color: '#71112B'

red 113 ◦ green 17 ◦ blue 43

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

Shades of Claret #71112B

Tints of Claret #71112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 65.32%
G = 9.83%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71112B (or 0x71112B) is known color: Claret. HEX triplet: 71, 11 and 2B. RGB value is (113,17,43). Sum of RGB (Red+Green+Blue) = 113+17+43=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #71112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71112B is #8EEED4. Grayscale: #303030. Windows color (decimal): -9367253 or 2822513. OLE color: 2822513.

HSL color Cylindrical-coordinate representation of color #71112B: hue angle of 343.75º 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 #71112B is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 43 -
CMYK 0 0.85 0.62 0.56
HSL 343.75º 0.74% 0.25% -
HSV(B) 343.75º 0.85% 0.44% -
XYZ 7.45 4.09 2.68 -
YUV 48.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 113 17 43 0 0.85 0.62 0.56 343.75 0.74 0.25
Hex 71 11 2B 0 55 3E 38 158 4A 19
Octal 161 21 53 0 125 76 70 530 112 31
Binary 1110001 10001 101011 0 1010101 111110 111000 101011000 1001010 11001

Color Harmonies of #71112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71112B

Black with #71112B

Text Example


Text Example

White with #71112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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