#811319

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

Shades of Red Berry #811319

Tints of Red Berry #811319

Color information

#811319 (or 0x811319) is unknown color: approx Red Berry. HEX triplet: 81, 13 and 19. RGB value is (129,19,25). Sum of RGB (Red+Green+Blue) = 129+19+25=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811319 is #7EECE6. Grayscale: #343434. Windows color (decimal): -8318183 or 1643393. OLE color: 1643393.

HSL color Cylindrical-coordinate representation of color #811319: hue angle of 356.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811319 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1291925-
CMYK00.850.810.49
HSL356.73º74.32%29.02%-
HSV(B)356.73º85.27%50.59%-
XYZ9.465.21.43-
YUV52.57112.44182.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.57%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=74.57%
G=10.98%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129192500.850.810.49356.7374.3229.02
Hex81131905551311654a1d
Octal201233101251216154511235
Binary100000011001111001010101011010001110001101100101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811319; }

 p { color: rgb(129,19,25); }

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

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

 a { background-color: rgb(129,19,25); }

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

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

 span { border-color: rgb(129,19,25); }

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