Html Css Color HEX #711122 Red Berry

📋 copy color: '#711122'

red 113 ◦ green 17 ◦ blue 34

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

Shades of Red Berry #711122

Tints of Red Berry #711122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.73%

R = 68.9%
G = 10.37%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#711122 (or 0x711122) is known color: Red Berry. HEX triplet: 71, 11 and 22. RGB value is (113,17,34). Sum of RGB (Red+Green+Blue) = 113+17+34=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #711122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711122 is #8EEEDD. Grayscale: #2F2F2F. Windows color (decimal): -9367262 or 2232689. OLE color: 2232689.

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

Color convert

RGB 113 17 34 -
CMYK 0 0.85 0.70 0.56
HSL 349.38º 0.74% 0.25% -
HSV(B) 349.38º 0.85% 0.44% -
XYZ 7.3 4.03 1.91 -
YUV 47.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 113 17 34 0 0.85 0.70 0.56 349.38 0.74 0.25
Hex 71 11 22 0 55 46 38 15D 4A 19
Octal 161 21 42 0 125 106 70 535 112 31
Binary 1110001 10001 100010 0 1010101 1000110 111000 101011101 1001010 11001

Color Harmonies of #711122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711122

Black with #711122

Text Example


Text Example

White with #711122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711122; }

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

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

background-color css

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

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

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

border-color css

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

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

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