Html Css Color HEX #711213 Red Berry

📋 copy color: '#711213'

red 113 ◦ green 18 ◦ blue 19

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

Shades of Red Berry #711213

Tints of Red Berry #711213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 75.33%
G = 12%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#711213 (or 0x711213) is known color: Red Berry. HEX triplet: 71, 12 and 13. RGB value is (113,18,19). Sum of RGB (Red+Green+Blue) = 113+18+19=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #711213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711213 is #8EEDEC. Grayscale: #2E2E2E. Windows color (decimal): -9367021 or 1249905. OLE color: 1249905.

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

Color convert

RGB 113 18 19 -
CMYK 0 0.84 0.83 0.56
HSL 359.37º 0.73% 0.26% -
HSV(B) 359.37º 0.84% 0.44% -
XYZ 7.14 3.99 1.01 -
YUV 46.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 113 18 19 0 0.84 0.83 0.56 359.37 0.73 0.26
Hex 71 12 13 0 54 53 38 167 49 1A
Octal 161 22 23 0 124 123 70 547 111 32
Binary 1110001 10010 10011 0 1010100 1010011 111000 101100111 1001001 11010

Color Harmonies of #711213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711213

Black with #711213

Text Example


Text Example

White with #711213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711213; }

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

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

background-color css

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

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

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

border-color css

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

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

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