Html Css Color HEX #701524 Red Berry

📋 copy color: '#701524'

red 112 ◦ green 21 ◦ blue 36

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

Shades of Red Berry #701524

Tints of Red Berry #701524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 66.27%
G = 12.43%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#701524 (or 0x701524) is known color: Red Berry. HEX triplet: 70, 15 and 24. RGB value is (112,21,36). Sum of RGB (Red+Green+Blue) = 112+21+36=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701524 is #8FEADB. Grayscale: #313131. Windows color (decimal): -9431772 or 2364784. OLE color: 2364784.

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

Color convert

RGB 112 21 36 -
CMYK 0 0.81 0.68 0.56
HSL 350.11º 0.68% 0.26% -
HSV(B) 350.11º 0.81% 0.44% -
XYZ 7.27 4.11 2.08 -
YUV 49.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 112 21 36 0 0.81 0.68 0.56 350.11 0.68 0.26
Hex 70 15 24 0 51 44 38 15E 44 1A
Octal 160 25 44 0 121 104 70 536 104 32
Binary 1110000 10101 100100 0 1010001 1000100 111000 101011110 1000100 11010

Color Harmonies of #701524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701524

Black with #701524

Text Example


Text Example

White with #701524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701524; }

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

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

background-color css

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

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

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

border-color css

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

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

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