Html Css Color HEX #71121C Red Berry

📋 copy color: '#71121C'

red 113 ◦ green 18 ◦ blue 28

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

Shades of Red Berry #71121C

Tints of Red Berry #71121C

RGB

 RED value IS 113 (44.53% from 255) = 71.07%

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

 BLUE value IS 28 (11.33% from 255) = 17.61%

R = 71.07%
G = 11.32%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71121C (or 0x71121C) is known color: Red Berry. HEX triplet: 71, 12 and 1C. RGB value is (113,18,28). Sum of RGB (Red+Green+Blue) = 113+18+28=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71121C is #8EEDE3. Grayscale: #2F2F2F. Windows color (decimal): -9367012 or 1839729. OLE color: 1839729.

HSL color Cylindrical-coordinate representation of color #71121C: hue angle of 353.68º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71121C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 28 -
CMYK 0 0.84 0.75 0.56
HSL 353.68º 0.73% 0.26% -
HSV(B) 353.68º 0.84% 0.44% -
XYZ 7.24 4.03 1.49 -
YUV 47.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 113 18 28 0 0.84 0.75 0.56 353.68 0.73 0.26
Hex 71 12 1C 0 54 4B 38 162 49 1A
Octal 161 22 34 0 124 113 70 542 111 32
Binary 1110001 10010 11100 0 1010100 1001011 111000 101100010 1001001 11010

Color Harmonies of #71121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71121C

Black with #71121C

Text Example


Text Example

White with #71121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71121C; }

 p { color: rgb(113,18,28); }

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

background-color css

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

 a { background-color: rgb(113,18,28); }

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

border-color css

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

 span { border-color: rgb(113,18,28); }

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