Html Css Color HEX #701324 Red Berry

📋 copy color: '#701324'

red 112 ◦ green 19 ◦ blue 36

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

Shades of Red Berry #701324

Tints of Red Berry #701324

RGB

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

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

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

R = 67.07%
G = 11.38%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#701324 (or 0x701324) is known color: Red Berry. HEX triplet: 70, 13 and 24. RGB value is (112,19,36). Sum of RGB (Red+Green+Blue) = 112+19+36=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #701324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701324 is #8FECDB. Grayscale: #303030. Windows color (decimal): -9432284 or 2364272. OLE color: 2364272.

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

Color convert

RGB 112 19 36 -
CMYK 0 0.83 0.68 0.56
HSL 349.03º 0.71% 0.26% -
HSV(B) 349.03º 0.83% 0.44% -
XYZ 7.23 4.04 2.07 -
YUV 48.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 112 19 36 0 0.83 0.68 0.56 349.03 0.71 0.26
Hex 70 13 24 0 53 44 38 15D 47 1A
Octal 160 23 44 0 123 104 70 535 107 32
Binary 1110000 10011 100100 0 1010011 1000100 111000 101011101 1000111 11010

Color Harmonies of #701324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701324

Black with #701324

Text Example


Text Example

White with #701324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701324; }

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

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

background-color css

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

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

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

border-color css

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

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

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