Html Css Color HEX #70171E Red Berry

📋 copy color: '#70171E'

red 112 ◦ green 23 ◦ blue 30

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

Shades of Red Berry #70171E

Tints of Red Berry #70171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 67.88%
G = 13.94%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70171E (or 0x70171E) is known color: Red Berry. HEX triplet: 70, 17 and 1E. RGB value is (112,23,30). Sum of RGB (Red+Green+Blue) = 112+23+30=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #70171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70171E is #8FE8E1. Grayscale: #323232. Windows color (decimal): -9431266 or 1972080. OLE color: 1972080.

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

Color convert

RGB 112 23 30 -
CMYK 0 0.79 0.73 0.56
HSL 355.28º 0.66% 0.26% -
HSV(B) 355.28º 0.79% 0.44% -
XYZ 7.22 4.15 1.65 -
YUV 50.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 112 23 30 0 0.79 0.73 0.56 355.28 0.66 0.26
Hex 70 17 1E 0 4F 49 38 163 42 1A
Octal 160 27 36 0 117 111 70 543 102 32
Binary 1110000 10111 11110 0 1001111 1001001 111000 101100011 1000010 11010

Color Harmonies of #70171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70171E

Black with #70171E

Text Example


Text Example

White with #70171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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