Html Css Color HEX #71151E Red Berry

📋 copy color: '#71151E'

red 113 ◦ green 21 ◦ blue 30

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

Shades of Red Berry #71151E

Tints of Red Berry #71151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 68.9%
G = 12.8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71151E (or 0x71151E) is known color: Red Berry. HEX triplet: 71, 15 and 1E. RGB value is (113,21,30). Sum of RGB (Red+Green+Blue) = 113+21+30=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #71151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71151E is #8EEAE1. Grayscale: #313131. Windows color (decimal): -9366242 or 1971569. OLE color: 1971569.

HSL color Cylindrical-coordinate representation of color #71151E: hue angle of 354.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71151E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 30 -
CMYK 0 0.81 0.73 0.56
HSL 354.13º 0.69% 0.26% -
HSV(B) 354.13º 0.81% 0.44% -
XYZ 7.31 4.14 1.64 -
YUV 49.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 113 21 30 0 0.81 0.73 0.56 354.13 0.69 0.26
Hex 71 15 1E 0 51 49 38 162 45 1A
Octal 161 25 36 0 121 111 70 542 105 32
Binary 1110001 10101 11110 0 1010001 1001001 111000 101100010 1000101 11010

Color Harmonies of #71151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71151E

Black with #71151E

Text Example


Text Example

White with #71151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71151E; }

 p { color: rgb(113,21,30); }

 H1.HeaderClassName
 {
   color: #71151E;
 }
 .AnyTagClassName
 {
   color: #71151E;
 }
</style>

background-color css

<style>
 a { background-color: #71151E; }

 a { background-color: rgb(113,21,30); }

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

border-color css

<style>
 span { border-color: #71151E; }

 span { border-color: rgb(113,21,30); }

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