Html Css Color HEX #701828 Red Berry

📋 copy color: '#701828'

red 112 ◦ green 24 ◦ blue 40

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

Shades of Red Berry #701828

Tints of Red Berry #701828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 63.64%
G = 13.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#701828 (or 0x701828) is known color: Red Berry. HEX triplet: 70, 18 and 28. RGB value is (112,24,40). Sum of RGB (Red+Green+Blue) = 112+24+40=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #701828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701828 is #8FE7D7. Grayscale: #343434. Windows color (decimal): -9431000 or 2627696. OLE color: 2627696.

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

Color convert

RGB 112 24 40 -
CMYK 0 0.79 0.64 0.56
HSL 349.09º 0.65% 0.27% -
HSV(B) 349.09º 0.79% 0.44% -
XYZ 7.39 4.25 2.44 -
YUV 52.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 112 24 40 0 0.79 0.64 0.56 349.09 0.65 0.27
Hex 70 18 28 0 4F 40 38 15D 41 1B
Octal 160 30 50 0 117 100 70 535 101 33
Binary 1110000 11000 101000 0 1001111 1000000 111000 101011101 1000001 11011

Color Harmonies of #701828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701828

Black with #701828

Text Example


Text Example

White with #701828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701828; }

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

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

background-color css

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

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

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

border-color css

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

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

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