Html Css Color HEX #71142C Claret

📋 copy color: '#71142C'

red 113 ◦ green 20 ◦ blue 44

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

Shades of Claret #71142C

Tints of Claret #71142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

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

R = 63.84%
G = 11.3%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71142C (or 0x71142C) is known color: Claret. HEX triplet: 71, 14 and 2C. RGB value is (113,20,44). Sum of RGB (Red+Green+Blue) = 113+20+44=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142C is #8EEBD3. Grayscale: #323232. Windows color (decimal): -9366484 or 2888817. OLE color: 2888817.

HSL color Cylindrical-coordinate representation of color #71142C: hue angle of 344.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71142C is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 44 -
CMYK 0 0.82 0.61 0.56
HSL 344.52º 0.7% 0.26% -
HSV(B) 344.52º 0.82% 0.44% -
XYZ 7.51 4.19 2.8 -
YUV 50.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 113 20 44 0 0.82 0.61 0.56 344.52 0.7 0.26
Hex 71 14 2C 0 52 3D 38 159 46 1A
Octal 161 24 54 0 122 75 70 531 106 32
Binary 1110001 10100 101100 0 1010010 111101 111000 101011001 1000110 11010

Color Harmonies of #71142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71142C

Black with #71142C

Text Example


Text Example

White with #71142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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