Html Css Color HEX #701217 Red Berry

📋 copy color: '#701217'

red 112 ◦ green 18 ◦ blue 23

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

Shades of Red Berry #701217

Tints of Red Berry #701217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 73.2%
G = 11.76%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#701217 (or 0x701217) is known color: Red Berry. HEX triplet: 70, 12 and 17. RGB value is (112,18,23). Sum of RGB (Red+Green+Blue) = 112+18+23=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701217 is #8FEDE8. Grayscale: #2E2E2E. Windows color (decimal): -9432553 or 1512048. OLE color: 1512048.

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

Color convert

RGB 112 18 23 -
CMYK 0 0.84 0.79 0.56
HSL 356.81º 0.72% 0.25% -
HSV(B) 356.81º 0.84% 0.44% -
XYZ 7.05 3.94 1.2 -
YUV 46.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 112 18 23 0 0.84 0.79 0.56 356.81 0.72 0.25
Hex 70 12 17 0 54 4F 38 165 48 19
Octal 160 22 27 0 124 117 70 545 110 31
Binary 1110000 10010 10111 0 1010100 1001111 111000 101100101 1001000 11001

Color Harmonies of #701217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701217

Black with #701217

Text Example


Text Example

White with #701217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701217; }

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

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

background-color css

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

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

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

border-color css

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

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

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