Html Css Color HEX #701722 Red Berry

📋 copy color: '#701722'

red 112 ◦ green 23 ◦ blue 34

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

Shades of Red Berry #701722

Tints of Red Berry #701722

RGB

 RED value IS 112 (44.14% from 255) = 66.27%

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

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

R = 66.27%
G = 13.61%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#701722 (or 0x701722) is known color: Red Berry. HEX triplet: 70, 17 and 22. RGB value is (112,23,34). Sum of RGB (Red+Green+Blue) = 112+23+34=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701722 is #8FE8DD. Grayscale: #323232. Windows color (decimal): -9431262 or 2234224. OLE color: 2234224.

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

Color convert

RGB 112 23 34 -
CMYK 0 0.79 0.70 0.56
HSL 352.58º 0.66% 0.26% -
HSV(B) 352.58º 0.79% 0.44% -
XYZ 7.28 4.17 1.94 -
YUV 50.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 112 23 34 0 0.79 0.70 0.56 352.58 0.66 0.26
Hex 70 17 22 0 4F 46 38 161 42 1A
Octal 160 27 42 0 117 106 70 541 102 32
Binary 1110000 10111 100010 0 1001111 1000110 111000 101100001 1000010 11010

Color Harmonies of #701722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701722

Black with #701722

Text Example


Text Example

White with #701722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701722; }

 p { color: rgb(112,23,34); }

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

background-color css

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

 a { background-color: rgb(112,23,34); }

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

border-color css

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

 span { border-color: rgb(112,23,34); }

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