#711829

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

Shades of Red Berry #711829

Tints of Red Berry #711829

Color information

#711829 (or 0x711829) is unknown color: approx Red Berry. HEX triplet: 71, 18 and 29. RGB value is (113,24,41). Sum of RGB (Red+Green+Blue) = 113+24+41=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #711829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711829 is #8EE7D6. Grayscale: #343434. Windows color (decimal): -9365463 or 2693233. OLE color: 2693233.

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

Color convert

RGB1132441-
CMYK00.790.640.56
HSL348.54º64.96%26.86%-
HSV(B)348.54º78.76%44.31%-
XYZ7.544.322.54-
YUV52.55121.49171.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.48%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=63.48%
G=13.48%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113244100.790.640.56348.5464.9626.86
Hex71182904F403815d411b
Octal161305101171007053510133
Binary111000111000101001010011111000000111000101011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711829; }

 p { color: rgb(113,24,41); }

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

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

 a { background-color: rgb(113,24,41); }

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

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

 span { border-color: rgb(113,24,41); }

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