Html Css Color HEX #701829 Red Berry

📋 copy color: '#701829'

red 112 ◦ green 24 ◦ blue 41

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

Shades of Red Berry #701829

Tints of Red Berry #701829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 63.28%
G = 13.56%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#701829 (or 0x701829) is known color: Red Berry. HEX triplet: 70, 18 and 29. RGB value is (112,24,41). Sum of RGB (Red+Green+Blue) = 112+24+41=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #701829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701829 is #8FE7D6. Grayscale: #343434. Windows color (decimal): -9430999 or 2693232. OLE color: 2693232.

HSL color Cylindrical-coordinate representation of color #701829: hue angle of 348.41º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701829 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 41 -
CMYK 0 0.79 0.63 0.56
HSL 348.41º 0.65% 0.27% -
HSV(B) 348.41º 0.79% 0.44% -
XYZ 7.41 4.26 2.53 -
YUV 52.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 112 24 41 0 0.79 0.63 0.56 348.41 0.65 0.27
Hex 70 18 29 0 4F 3F 38 15C 41 1B
Octal 160 30 51 0 117 77 70 534 101 33
Binary 1110000 11000 101001 0 1001111 111111 111000 101011100 1000001 11011

Color Harmonies of #701829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701829

Black with #701829

Text Example


Text Example

White with #701829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701829; }

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

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

background-color css

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

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

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

border-color css

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

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

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