Html Css Color HEX #701522 Red Berry

📋 copy color: '#701522'

red 112 ◦ green 21 ◦ blue 34

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

Shades of Red Berry #701522

Tints of Red Berry #701522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

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

R = 67.07%
G = 12.57%
B = 20.36%

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

#701522 (or 0x701522) is known color: Red Berry. HEX triplet: 70, 15 and 22. RGB value is (112,21,34). Sum of RGB (Red+Green+Blue) = 112+21+34=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701522 is #8FEADD. Grayscale: #313131. Windows color (decimal): -9431774 or 2233712. OLE color: 2233712.

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

Color convert

RGB 112 21 34 -
CMYK 0 0.81 0.70 0.56
HSL 351.43º 0.68% 0.26% -
HSV(B) 351.43º 0.81% 0.44% -
XYZ 7.24 4.1 1.92 -
YUV 49.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 112 21 34 0 0.81 0.70 0.56 351.43 0.68 0.26
Hex 70 15 22 0 51 46 38 15F 44 1A
Octal 160 25 42 0 121 106 70 537 104 32
Binary 1110000 10101 100010 0 1010001 1000110 111000 101011111 1000100 11010

Color Harmonies of #701522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701522

Black with #701522

Text Example


Text Example

White with #701522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701522; }

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

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

background-color css

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

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

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

border-color css

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

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

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