Html Css Color HEX #711622 Red Berry

📋 copy color: '#711622'

red 113 ◦ green 22 ◦ blue 34

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

Shades of Red Berry #711622

Tints of Red Berry #711622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 66.86%
G = 13.02%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#711622 (or 0x711622) is known color: Red Berry. HEX triplet: 71, 16 and 22. RGB value is (113,22,34). Sum of RGB (Red+Green+Blue) = 113+22+34=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #711622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711622 is #8EE9DD. Grayscale: #323232. Windows color (decimal): -9365982 or 2233969. OLE color: 2233969.

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

Color convert

RGB 113 22 34 -
CMYK 0 0.81 0.70 0.56
HSL 352.09º 0.67% 0.26% -
HSV(B) 352.09º 0.81% 0.44% -
XYZ 7.39 4.2 1.93 -
YUV 50.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 113 22 34 0 0.81 0.70 0.56 352.09 0.67 0.26
Hex 71 16 22 0 51 46 38 160 43 1A
Octal 161 26 42 0 121 106 70 540 103 32
Binary 1110001 10110 100010 0 1010001 1000110 111000 101100000 1000011 11010

Color Harmonies of #711622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711622

Black with #711622

Text Example


Text Example

White with #711622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711622; }

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

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

background-color css

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

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

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

border-color css

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

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

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