Html Css Color HEX #711126 Red Berry

📋 copy color: '#711126'

red 113 ◦ green 17 ◦ blue 38

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

Shades of Red Berry #711126

Tints of Red Berry #711126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 38 (15.23% from 255) = 22.62%

R = 67.26%
G = 10.12%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#711126 (or 0x711126) is known color: Red Berry. HEX triplet: 71, 11 and 26. RGB value is (113,17,38). Sum of RGB (Red+Green+Blue) = 113+17+38=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711126 is #8EEED9. Grayscale: #303030. Windows color (decimal): -9367258 or 2494833. OLE color: 2494833.

HSL color Cylindrical-coordinate representation of color #711126: hue angle of 346.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711126 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 38 -
CMYK 0 0.85 0.66 0.56
HSL 346.88º 0.74% 0.25% -
HSV(B) 346.88º 0.85% 0.44% -
XYZ 7.36 4.05 2.23 -
YUV 48.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 113 17 38 0 0.85 0.66 0.56 346.88 0.74 0.25
Hex 71 11 26 0 55 42 38 15B 4A 19
Octal 161 21 46 0 125 102 70 533 112 31
Binary 1110001 10001 100110 0 1010101 1000010 111000 101011011 1001010 11001

Color Harmonies of #711126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711126

Black with #711126

Text Example


Text Example

White with #711126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711126; }

 p { color: rgb(113,17,38); }

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

background-color css

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

 a { background-color: rgb(113,17,38); }

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

border-color css

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

 span { border-color: rgb(113,17,38); }

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