Html Css Color HEX #71192D Claret

📋 copy color: '#71192D'

red 113 ◦ green 25 ◦ blue 45

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

Shades of Claret #71192D

Tints of Claret #71192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 61.75%
G = 13.66%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71192D (or 0x71192D) is known color: Claret. HEX triplet: 71, 19 and 2D. RGB value is (113,25,45). Sum of RGB (Red+Green+Blue) = 113+25+45=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #71192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71192D is #8EE6D2. Grayscale: #353535. Windows color (decimal): -9365203 or 2955633. OLE color: 2955633.

HSL color Cylindrical-coordinate representation of color #71192D: hue angle of 346.36º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71192D is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 45 -
CMYK 0 0.78 0.60 0.56
HSL 346.36º 0.64% 0.27% -
HSV(B) 346.36º 0.78% 0.44% -
XYZ 7.63 4.4 2.93 -
YUV 53.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 113 25 45 0 0.78 0.60 0.56 346.36 0.64 0.27
Hex 71 19 2D 0 4E 3C 38 15A 40 1B
Octal 161 31 55 0 116 74 70 532 100 33
Binary 1110001 11001 101101 0 1001110 111100 111000 101011010 1000000 11011

Color Harmonies of #71192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71192D

Black with #71192D

Text Example


Text Example

White with #71192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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