Html Css Color HEX #701529 Red Berry

📋 copy color: '#701529'

red 112 ◦ green 21 ◦ blue 41

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

Shades of Red Berry #701529

Tints of Red Berry #701529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 64.37%
G = 12.07%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#701529 (or 0x701529) is known color: Red Berry. HEX triplet: 70, 15 and 29. RGB value is (112,21,41). Sum of RGB (Red+Green+Blue) = 112+21+41=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #701529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701529 is #8FEAD6. Grayscale: #323232. Windows color (decimal): -9431767 or 2692464. OLE color: 2692464.

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

Color convert

RGB 112 21 41 -
CMYK 0 0.81 0.63 0.56
HSL 346.81º 0.68% 0.26% -
HSV(B) 346.81º 0.81% 0.44% -
XYZ 7.35 4.14 2.51 -
YUV 50.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 112 21 41 0 0.81 0.63 0.56 346.81 0.68 0.26
Hex 70 15 29 0 51 3F 38 15B 44 1A
Octal 160 25 51 0 121 77 70 533 104 32
Binary 1110000 10101 101001 0 1010001 111111 111000 101011011 1000100 11010

Color Harmonies of #701529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701529

Black with #701529

Text Example


Text Example

White with #701529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701529; }

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

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

background-color css

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

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

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

border-color css

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

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

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