Html Css Color HEX #71171A Red Berry

📋 copy color: '#71171A'

red 113 ◦ green 23 ◦ blue 26

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

Shades of Red Berry #71171A

Tints of Red Berry #71171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 69.75%
G = 14.2%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#71171A (or 0x71171A) is known color: Red Berry. HEX triplet: 71, 17 and 1A. RGB value is (113,23,26). Sum of RGB (Red+Green+Blue) = 113+23+26=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71171A is #8EE8E5. Grayscale: #323232. Windows color (decimal): -9365734 or 1709937. OLE color: 1709937.

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

Color convert

RGB 113 23 26 -
CMYK 0 0.80 0.77 0.56
HSL 358º 0.66% 0.27% -
HSV(B) 358º 0.8% 0.44% -
XYZ 7.3 4.2 1.4 -
YUV 50.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 113 23 26 0 0.80 0.77 0.56 358 0.66 0.27
Hex 71 17 1A 0 50 4D 38 166 42 1B
Octal 161 27 32 0 120 115 70 546 102 33
Binary 1110001 10111 11010 0 1010000 1001101 111000 101100110 1000010 11011

Color Harmonies of #71171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71171A

Black with #71171A

Text Example


Text Example

White with #71171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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