#711419

Color #711419 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #711419

Tints of Red Berry #711419

Color information

#711419 (or 0x711419) is unknown color: approx Red Berry. HEX triplet: 71, 14 and 19. RGB value is (113,20,25). Sum of RGB (Red+Green+Blue) = 113+20+25=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #711419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711419 is #8EEBE6. Grayscale: #303030. Windows color (decimal): -9366503 or 1643633. OLE color: 1643633.

HSL color Cylindrical-coordinate representation of color #711419: hue angle of 356.77º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711419 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1132025-
CMYK00.820.780.56
HSL356.77º69.92%26.08%-
HSV(B)356.77º82.3%44.31%-
XYZ7.244.081.33-
YUV48.38114.81174.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 71.52%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=71.52%
G=12.66%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113202500.820.780.56356.7769.9226.08
Hex7114190524E38165461a
Octal161243101221167054510632
Binary11100011010011001010100101001110111000101100101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711419; }

 p { color: rgb(113,20,25); }

 H1.HeaderClassName
 {
   color: #711419;
 }
 .AnyTagClassName
 {
   color: #711419;
 }
</style>
background-color css

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

 a { background-color: rgb(113,20,25); }

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

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

 span { border-color: rgb(113,20,25); }

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