Html Css Color HEX #70171F Red Berry

📋 copy color: '#70171F'

red 112 ◦ green 23 ◦ blue 31

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

Shades of Red Berry #70171F

Tints of Red Berry #70171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 67.47%
G = 13.86%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70171F (or 0x70171F) is known color: Red Berry. HEX triplet: 70, 17 and 1F. RGB value is (112,23,31). Sum of RGB (Red+Green+Blue) = 112+23+31=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #70171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70171F is #8FE8E0. Grayscale: #323232. Windows color (decimal): -9431265 or 2037616. OLE color: 2037616.

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

Color convert

RGB 112 23 31 -
CMYK 0 0.79 0.72 0.56
HSL 354.61º 0.66% 0.26% -
HSV(B) 354.61º 0.79% 0.44% -
XYZ 7.24 4.16 1.72 -
YUV 50.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 112 23 31 0 0.79 0.72 0.56 354.61 0.66 0.26
Hex 70 17 1F 0 4F 48 38 163 42 1A
Octal 160 27 37 0 117 110 70 543 102 32
Binary 1110000 10111 11111 0 1001111 1001000 111000 101100011 1000010 11010

Color Harmonies of #70171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70171F

Black with #70171F

Text Example


Text Example

White with #70171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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