Html Css Color HEX #701321 Red Berry

📋 copy color: '#701321'

red 112 ◦ green 19 ◦ blue 33

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

Shades of Red Berry #701321

Tints of Red Berry #701321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 68.29%
G = 11.59%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#701321 (or 0x701321) is known color: Red Berry. HEX triplet: 70, 13 and 21. RGB value is (112,19,33). Sum of RGB (Red+Green+Blue) = 112+19+33=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #701321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701321 is #8FECDE. Grayscale: #303030. Windows color (decimal): -9432287 or 2167664. OLE color: 2167664.

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

Color convert

RGB 112 19 33 -
CMYK 0 0.83 0.71 0.56
HSL 350.97º 0.71% 0.26% -
HSV(B) 350.97º 0.83% 0.44% -
XYZ 7.19 4.02 1.84 -
YUV 48.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 112 19 33 0 0.83 0.71 0.56 350.97 0.71 0.26
Hex 70 13 21 0 53 47 38 15F 47 1A
Octal 160 23 41 0 123 107 70 537 107 32
Binary 1110000 10011 100001 0 1010011 1000111 111000 101011111 1000111 11010

Color Harmonies of #701321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701321

Black with #701321

Text Example


Text Example

White with #701321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701321; }

 p { color: rgb(112,19,33); }

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

background-color css

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

 a { background-color: rgb(112,19,33); }

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

border-color css

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

 span { border-color: rgb(112,19,33); }

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