Html Css Color HEX #711727 Red Berry

📋 copy color: '#711727'

red 113 ◦ green 23 ◦ blue 39

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

Shades of Red Berry #711727

Tints of Red Berry #711727

RGB

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

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

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

R = 64.57%
G = 13.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711727 (or 0x711727) is known color: Red Berry. HEX triplet: 71, 17 and 27. RGB value is (113,23,39). Sum of RGB (Red+Green+Blue) = 113+23+39=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #711727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711727 is #8EE8D8. Grayscale: #333333. Windows color (decimal): -9365721 or 2561905. OLE color: 2561905.

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

Color convert

RGB 113 23 39 -
CMYK 0 0.80 0.65 0.56
HSL 349.33º 0.66% 0.27% -
HSV(B) 349.33º 0.8% 0.44% -
XYZ 7.48 4.27 2.35 -
YUV 51.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 113 23 39 0 0.80 0.65 0.56 349.33 0.66 0.27
Hex 71 17 27 0 50 41 38 15D 42 1B
Octal 161 27 47 0 120 101 70 535 102 33
Binary 1110001 10111 100111 0 1010000 1000001 111000 101011101 1000010 11011

Color Harmonies of #711727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711727

Black with #711727

Text Example


Text Example

White with #711727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711727; }

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

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

background-color css

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

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

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

border-color css

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

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

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