Html Css Color HEX #701827 Red Berry

📋 copy color: '#701827'

red 112 ◦ green 24 ◦ blue 39

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

Shades of Red Berry #701827

Tints of Red Berry #701827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 64%
G = 13.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#701827 (or 0x701827) is known color: Red Berry. HEX triplet: 70, 18 and 27. RGB value is (112,24,39). Sum of RGB (Red+Green+Blue) = 112+24+39=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #701827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701827 is #8FE7D8. Grayscale: #343434. Windows color (decimal): -9431001 or 2562160. OLE color: 2562160.

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

Color convert

RGB 112 24 39 -
CMYK 0 0.79 0.65 0.56
HSL 349.77º 0.65% 0.27% -
HSV(B) 349.77º 0.79% 0.44% -
XYZ 7.37 4.24 2.35 -
YUV 52.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 112 24 39 0 0.79 0.65 0.56 349.77 0.65 0.27
Hex 70 18 27 0 4F 41 38 15E 41 1B
Octal 160 30 47 0 117 101 70 536 101 33
Binary 1110000 11000 100111 0 1001111 1000001 111000 101011110 1000001 11011

Color Harmonies of #701827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701827

Black with #701827

Text Example


Text Example

White with #701827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701827; }

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

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

background-color css

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

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

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

border-color css

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

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

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