Html Css Color HEX #71102F Claret

📋 copy color: '#71102F'

red 113 ◦ green 16 ◦ blue 47

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

Shades of Claret #71102F

Tints of Claret #71102F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 64.2%
G = 9.09%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71102F (or 0x71102F) is known color: Claret. HEX triplet: 71, 10 and 2F. RGB value is (113,16,47). Sum of RGB (Red+Green+Blue) = 113+16+47=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71102F is #8EEFD0. Grayscale: #303030. Windows color (decimal): -9367505 or 3084401. OLE color: 3084401.

HSL color Cylindrical-coordinate representation of color #71102F: hue angle of 340.82º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71102F is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 47 -
CMYK 0 0.86 0.58 0.56
HSL 340.82º 0.75% 0.25% -
HSV(B) 340.82º 0.86% 0.44% -
XYZ 7.51 4.09 3.08 -
YUV 48.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 113 16 47 0 0.86 0.58 0.56 340.82 0.75 0.25
Hex 71 10 2F 0 56 3A 38 155 4B 19
Octal 161 20 57 0 126 72 70 525 113 31
Binary 1110001 10000 101111 0 1010110 111010 111000 101010101 1001011 11001

Color Harmonies of #71102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71102F

Black with #71102F

Text Example


Text Example

White with #71102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71102F; }

 p { color: rgb(113,16,47); }

 H1.HeaderClassName
 {
   color: #71102F;
 }
 .AnyTagClassName
 {
   color: #71102F;
 }
</style>

background-color css

<style>
 a { background-color: #71102F; }

 a { background-color: rgb(113,16,47); }

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

border-color css

<style>
 span { border-color: #71102F; }

 span { border-color: rgb(113,16,47); }

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