Html Css Color HEX #711927 Red Berry

📋 copy color: '#711927'

red 113 ◦ green 25 ◦ blue 39

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

Shades of Red Berry #711927

Tints of Red Berry #711927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 63.84%
G = 14.12%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711927 (or 0x711927) is known color: Red Berry. HEX triplet: 71, 19 and 27. RGB value is (113,25,39). Sum of RGB (Red+Green+Blue) = 113+25+39=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #711927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711927 is #8EE6D8. Grayscale: #343434. Windows color (decimal): -9365209 or 2562417. OLE color: 2562417.

HSL color Cylindrical-coordinate representation of color #711927: hue angle of 350.45º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711927 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 39 -
CMYK 0 0.78 0.65 0.56
HSL 350.45º 0.64% 0.27% -
HSV(B) 350.45º 0.78% 0.44% -
XYZ 7.52 4.35 2.36 -
YUV 52.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 113 25 39 0 0.78 0.65 0.56 350.45 0.64 0.27
Hex 71 19 27 0 4E 41 38 15E 40 1B
Octal 161 31 47 0 116 101 70 536 100 33
Binary 1110001 11001 100111 0 1001110 1000001 111000 101011110 1000000 11011

Color Harmonies of #711927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711927

Black with #711927

Text Example


Text Example

White with #711927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711927; }

 p { color: rgb(113,25,39); }

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

background-color css

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

 a { background-color: rgb(113,25,39); }

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

border-color css

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

 span { border-color: rgb(113,25,39); }

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