Html Css Color HEX #701727 Red Berry

📋 copy color: '#701727'

red 112 ◦ green 23 ◦ blue 39

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

Shades of Red Berry #701727

Tints of Red Berry #701727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 64.37%
G = 13.22%
B = 22.41%

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

#701727 (or 0x701727) is known color: Red Berry. HEX triplet: 70, 17 and 27. RGB value is (112,23,39). Sum of RGB (Red+Green+Blue) = 112+23+39=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #701727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701727 is #8FE8D8. Grayscale: #333333. Windows color (decimal): -9431257 or 2561904. OLE color: 2561904.

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

Color convert

RGB 112 23 39 -
CMYK 0 0.79 0.65 0.56
HSL 349.21º 0.66% 0.26% -
HSV(B) 349.21º 0.79% 0.44% -
XYZ 7.35 4.2 2.34 -
YUV 51.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 112 23 39 0 0.79 0.65 0.56 349.21 0.66 0.26
Hex 70 17 27 0 4F 41 38 15D 42 1A
Octal 160 27 47 0 117 101 70 535 102 32
Binary 1110000 10111 100111 0 1001111 1000001 111000 101011101 1000010 11010

Color Harmonies of #701727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701727

Black with #701727

Text Example


Text Example

White with #701727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701727; }

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

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

background-color css

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

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

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

border-color css

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

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

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