Html Css Color HEX #70121B Red Berry

📋 copy color: '#70121B'

red 112 ◦ green 18 ◦ blue 27

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

Shades of Red Berry #70121B

Tints of Red Berry #70121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 71.34%
G = 11.46%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70121B (or 0x70121B) is known color: Red Berry. HEX triplet: 70, 12 and 1B. RGB value is (112,18,27). Sum of RGB (Red+Green+Blue) = 112+18+27=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70121B is #8FEDE4. Grayscale: #2F2F2F. Windows color (decimal): -9432549 or 1774192. OLE color: 1774192.

HSL color Cylindrical-coordinate representation of color #70121B: hue angle of 354.26º 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 #70121B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 27 -
CMYK 0 0.84 0.76 0.56
HSL 354.26º 0.72% 0.25% -
HSV(B) 354.26º 0.84% 0.44% -
XYZ 7.1 3.96 1.43 -
YUV 47.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 112 18 27 0 0.84 0.76 0.56 354.26 0.72 0.25
Hex 70 12 1B 0 54 4C 38 162 48 19
Octal 160 22 33 0 124 114 70 542 110 31
Binary 1110000 10010 11011 0 1010100 1001100 111000 101100010 1001000 11001

Color Harmonies of #70121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70121B

Black with #70121B

Text Example


Text Example

White with #70121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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