Html Css Color HEX #71152E Claret

📋 copy color: '#71152E'

red 113 ◦ green 21 ◦ blue 46

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

Shades of Claret #71152E

Tints of Claret #71152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 62.78%
G = 11.67%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71152E (or 0x71152E) is known color: Claret. HEX triplet: 71, 15 and 2E. RGB value is (113,21,46). Sum of RGB (Red+Green+Blue) = 113+21+46=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71152E is #8EEAD1. Grayscale: #333333. Windows color (decimal): -9366226 or 3020145. OLE color: 3020145.

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

Color convert

RGB 113 21 46 -
CMYK 0 0.81 0.59 0.56
HSL 343.7º 0.69% 0.26% -
HSV(B) 343.7º 0.81% 0.44% -
XYZ 7.57 4.24 3 -
YUV 51.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 113 21 46 0 0.81 0.59 0.56 343.7 0.69 0.26
Hex 71 15 2E 0 51 3B 38 158 45 1A
Octal 161 25 56 0 121 73 70 530 105 32
Binary 1110001 10101 101110 0 1010001 111011 111000 101011000 1000101 11010

Color Harmonies of #71152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71152E

Black with #71152E

Text Example


Text Example

White with #71152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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