Html Css Color HEX #71171F Red Berry

📋 copy color: '#71171F'

red 113 ◦ green 23 ◦ blue 31

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

Shades of Red Berry #71171F

Tints of Red Berry #71171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 67.66%
G = 13.77%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71171F (or 0x71171F) is known color: Red Berry. HEX triplet: 71, 17 and 1F. RGB value is (113,23,31). Sum of RGB (Red+Green+Blue) = 113+23+31=167 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.66% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 113 - color contains mainly: red. Hex color #71171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71171F is #8EE8E0. Grayscale: #323232. Windows color (decimal): -9365729 or 2037617. OLE color: 2037617.

HSL color Cylindrical-coordinate representation of color #71171F: hue angle of 354.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 #71171F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 31 -
CMYK 0 0.80 0.73 0.56
HSL 354.67º 0.66% 0.27% -
HSV(B) 354.67º 0.8% 0.44% -
XYZ 7.36 4.22 1.72 -
YUV 50.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 113 23 31 0 0.80 0.73 0.56 354.67 0.66 0.27
Hex 71 17 1F 0 50 49 38 163 42 1B
Octal 161 27 37 0 120 111 70 543 102 33
Binary 1110001 10111 11111 0 1010000 1001001 111000 101100011 1000010 11011

Color Harmonies of #71171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71171F

Black with #71171F

Text Example


Text Example

White with #71171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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