Html Css Color HEX #701E27 Red Berry

📋 copy color: '#701E27'

red 112 ◦ green 30 ◦ blue 39

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

Shades of Red Berry #701E27

Tints of Red Berry #701E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

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

R = 61.88%
G = 16.57%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#701E27 (or 0x701E27) is known color: Red Berry. HEX triplet: 70, 1E and 27. RGB value is (112,30,39). Sum of RGB (Red+Green+Blue) = 112+30+39=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #701E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701E27 is #8FE1D8. Grayscale: #373737. Windows color (decimal): -9429465 or 2563696. OLE color: 2563696.

HSL color Cylindrical-coordinate representation of color #701E27: hue angle of 353.41º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #701E27 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 30 39 -
CMYK 0 0.73 0.65 0.56
HSL 353.41º 0.58% 0.28% -
HSV(B) 353.41º 0.73% 0.44% -
XYZ 7.51 4.52 2.4 -
YUV 55.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 112 30 39 0 0.73 0.65 0.56 353.41 0.58 0.28
Hex 70 1E 27 0 49 41 38 161 3A 1C
Octal 160 36 47 0 111 101 70 541 72 34
Binary 1110000 11110 100111 0 1001001 1000001 111000 101100001 111010 11100

Color Harmonies of #701E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E27

Black with #701E27

Text Example


Text Example

White with #701E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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