Html Css Color HEX #70181F Red Berry

📋 copy color: '#70181F'

red 112 ◦ green 24 ◦ blue 31

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

Shades of Red Berry #70181F

Tints of Red Berry #70181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.37%

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

R = 67.07%
G = 14.37%
B = 18.56%

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

#70181F (or 0x70181F) is known color: Red Berry. HEX triplet: 70, 18 and 1F. RGB value is (112,24,31). Sum of RGB (Red+Green+Blue) = 112+24+31=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #70181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70181F is #8FE7E0. Grayscale: #333333. Windows color (decimal): -9431009 or 2037872. OLE color: 2037872.

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

Color convert

RGB 112 24 31 -
CMYK 0 0.79 0.72 0.56
HSL 355.23º 0.65% 0.27% -
HSV(B) 355.23º 0.79% 0.44% -
XYZ 7.26 4.2 1.72 -
YUV 51.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 112 24 31 0 0.79 0.72 0.56 355.23 0.65 0.27
Hex 70 18 1F 0 4F 48 38 163 41 1B
Octal 160 30 37 0 117 110 70 543 101 33
Binary 1110000 11000 11111 0 1001111 1001000 111000 101100011 1000001 11011

Color Harmonies of #70181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70181F

Black with #70181F

Text Example


Text Example

White with #70181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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