Html Css Color HEX #71132C Claret

📋 copy color: '#71132C'

red 113 ◦ green 19 ◦ blue 44

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

Shades of Claret #71132C

Tints of Claret #71132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 64.2%
G = 10.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#71132C (or 0x71132C) is known color: Claret. HEX triplet: 71, 13 and 2C. RGB value is (113,19,44). Sum of RGB (Red+Green+Blue) = 113+19+44=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71132C is #8EECD3. Grayscale: #313131. Windows color (decimal): -9366740 or 2888561. OLE color: 2888561.

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

Color convert

RGB 113 19 44 -
CMYK 0 0.83 0.61 0.56
HSL 344.04º 0.71% 0.26% -
HSV(B) 344.04º 0.83% 0.44% -
XYZ 7.5 4.16 2.79 -
YUV 49.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 113 19 44 0 0.83 0.61 0.56 344.04 0.71 0.26
Hex 71 13 2C 0 53 3D 38 158 47 1A
Octal 161 23 54 0 123 75 70 530 107 32
Binary 1110001 10011 101100 0 1010011 111101 111000 101011000 1000111 11010

Color Harmonies of #71132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71132C

Black with #71132C

Text Example


Text Example

White with #71132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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