Html Css Color HEX #701526 Red Berry

📋 copy color: '#701526'

red 112 ◦ green 21 ◦ blue 38

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

Shades of Red Berry #701526

Tints of Red Berry #701526

RGB

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

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

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

R = 65.5%
G = 12.28%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#701526 (or 0x701526) is known color: Red Berry. HEX triplet: 70, 15 and 26. RGB value is (112,21,38). Sum of RGB (Red+Green+Blue) = 112+21+38=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #701526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701526 is #8FEAD9. Grayscale: #323232. Windows color (decimal): -9431770 or 2495856. OLE color: 2495856.

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

Color convert

RGB 112 21 38 -
CMYK 0 0.81 0.66 0.56
HSL 348.79º 0.68% 0.26% -
HSV(B) 348.79º 0.81% 0.44% -
XYZ 7.3 4.12 2.24 -
YUV 50.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 112 21 38 0 0.81 0.66 0.56 348.79 0.68 0.26
Hex 70 15 26 0 51 42 38 15D 44 1A
Octal 160 25 46 0 121 102 70 535 104 32
Binary 1110000 10101 100110 0 1010001 1000010 111000 101011101 1000100 11010

Color Harmonies of #701526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701526

Black with #701526

Text Example


Text Example

White with #701526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701526; }

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

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

background-color css

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

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

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

border-color css

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

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

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