Html Css Color HEX #71142D Claret

📋 copy color: '#71142D'

red 113 ◦ green 20 ◦ blue 45

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

Shades of Claret #71142D

Tints of Claret #71142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 63.48%
G = 11.24%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71142D (or 0x71142D) is known color: Claret. HEX triplet: 71, 14 and 2D. RGB value is (113,20,45). Sum of RGB (Red+Green+Blue) = 113+20+45=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142D is #8EEBD2. Grayscale: #323232. Windows color (decimal): -9366483 or 2954353. OLE color: 2954353.

HSL color Cylindrical-coordinate representation of color #71142D: hue angle of 343.87º 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 #71142D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 45 -
CMYK 0 0.82 0.60 0.56
HSL 343.87º 0.7% 0.26% -
HSV(B) 343.87º 0.82% 0.44% -
XYZ 7.53 4.2 2.9 -
YUV 50.66 124.81 172.47 -
System Red Green Blue C M Y K H S L
Decimal 113 20 45 0 0.82 0.60 0.56 343.87 0.7 0.26
Hex 71 14 2D 0 52 3C 38 158 46 1A
Octal 161 24 55 0 122 74 70 530 106 32
Binary 1110001 10100 101101 0 1010010 111100 111000 101011000 1000110 11010

Color Harmonies of #71142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71142D

Black with #71142D

Text Example


Text Example

White with #71142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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