Html Css Color HEX #701326 Red Berry

📋 copy color: '#701326'

red 112 ◦ green 19 ◦ blue 38

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

Shades of Red Berry #701326

Tints of Red Berry #701326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 66.27%
G = 11.24%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#701326 (or 0x701326) is known color: Red Berry. HEX triplet: 70, 13 and 26. RGB value is (112,19,38). Sum of RGB (Red+Green+Blue) = 112+19+38=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701326 is #8FECD9. Grayscale: #303030. Windows color (decimal): -9432282 or 2495344. OLE color: 2495344.

HSL color Cylindrical-coordinate representation of color #701326: hue angle of 347.74º 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 #701326 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 38 -
CMYK 0 0.83 0.66 0.56
HSL 347.74º 0.71% 0.26% -
HSV(B) 347.74º 0.83% 0.44% -
XYZ 7.26 4.05 2.23 -
YUV 48.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 112 19 38 0 0.83 0.66 0.56 347.74 0.71 0.26
Hex 70 13 26 0 53 42 38 15C 47 1A
Octal 160 23 46 0 123 102 70 534 107 32
Binary 1110000 10011 100110 0 1010011 1000010 111000 101011100 1000111 11010

Color Harmonies of #701326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701326

Black with #701326

Text Example


Text Example

White with #701326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701326; }

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

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

background-color css

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

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

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

border-color css

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

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

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