Html Css Color HEX #71171C Red Berry

📋 copy color: '#71171C'

red 113 ◦ green 23 ◦ blue 28

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

Shades of Red Berry #71171C

Tints of Red Berry #71171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 68.9%
G = 14.02%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71171C (or 0x71171C) is known color: Red Berry. HEX triplet: 71, 17 and 1C. RGB value is (113,23,28). Sum of RGB (Red+Green+Blue) = 113+23+28=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71171C is #8EE8E3. Grayscale: #323232. Windows color (decimal): -9365732 or 1841009. OLE color: 1841009.

HSL color Cylindrical-coordinate representation of color #71171C: hue angle of 356.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71171C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 28 -
CMYK 0 0.80 0.75 0.56
HSL 356.67º 0.66% 0.27% -
HSV(B) 356.67º 0.8% 0.44% -
XYZ 7.33 4.21 1.52 -
YUV 50.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 113 23 28 0 0.80 0.75 0.56 356.67 0.66 0.27
Hex 71 17 1C 0 50 4B 38 165 42 1B
Octal 161 27 34 0 120 113 70 545 102 33
Binary 1110001 10111 11100 0 1010000 1001011 111000 101100101 1000010 11011

Color Harmonies of #71171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71171C

Black with #71171C

Text Example


Text Example

White with #71171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,23,28); }

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

background-color css

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

 a { background-color: rgb(113,23,28); }

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

border-color css

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

 span { border-color: rgb(113,23,28); }

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