Html Css Color HEX #71152C Claret

📋 copy color: '#71152C'

red 113 ◦ green 21 ◦ blue 44

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

Shades of Claret #71152C

Tints of Claret #71152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.8%

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

R = 63.48%
G = 11.8%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71152C (or 0x71152C) is known color: Claret. HEX triplet: 71, 15 and 2C. RGB value is (113,21,44). Sum of RGB (Red+Green+Blue) = 113+21+44=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71152C is #8EEAD3. Grayscale: #333333. Windows color (decimal): -9366228 or 2889073. OLE color: 2889073.

HSL color Cylindrical-coordinate representation of color #71152C: hue angle of 345º degrees, saturation: 0.69, 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 #71152C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 44 -
CMYK 0 0.81 0.61 0.56
HSL 345º 0.69% 0.26% -
HSV(B) 345º 0.81% 0.44% -
XYZ 7.53 4.23 2.8 -
YUV 51.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 113 21 44 0 0.81 0.61 0.56 345 0.69 0.26
Hex 71 15 2C 0 51 3D 38 159 45 1A
Octal 161 25 54 0 121 75 70 531 105 32
Binary 1110001 10101 101100 0 1010001 111101 111000 101011001 1000101 11010

Color Harmonies of #71152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71152C

Black with #71152C

Text Example


Text Example

White with #71152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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