Html Css Color HEX #711022 Red Berry

📋 copy color: '#711022'

red 113 ◦ green 16 ◦ blue 34

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

Shades of Red Berry #711022

Tints of Red Berry #711022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 69.33%
G = 9.82%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#711022 (or 0x711022) is known color: Red Berry. HEX triplet: 71, 10 and 22. RGB value is (113,16,34). Sum of RGB (Red+Green+Blue) = 113+16+34=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #711022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711022 is #8EEFDD. Grayscale: #2F2F2F. Windows color (decimal): -9367518 or 2232433. OLE color: 2232433.

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

Color convert

RGB 113 16 34 -
CMYK 0 0.86 0.70 0.56
HSL 348.87º 0.75% 0.25% -
HSV(B) 348.87º 0.86% 0.44% -
XYZ 7.28 4 1.9 -
YUV 47.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 113 16 34 0 0.86 0.70 0.56 348.87 0.75 0.25
Hex 71 10 22 0 56 46 38 15D 4B 19
Octal 161 20 42 0 126 106 70 535 113 31
Binary 1110001 10000 100010 0 1010110 1000110 111000 101011101 1001011 11001

Color Harmonies of #711022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711022

Black with #711022

Text Example


Text Example

White with #711022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711022; }

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

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

background-color css

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

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

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

border-color css

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

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

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