#512829

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

Shades of Volcano #512829

Tints of Volcano #512829

Color information

#512829 (or 0x512829) is unknown color: approx Volcano. HEX triplet: 51, 28 and 29. RGB value is (81,40,41). Sum of RGB (Red+Green+Blue) = 81+40+41=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #512829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512829 is #AED7D6. Grayscale: #343434. Windows color (decimal): -11458519 or 2697297. OLE color: 2697297.

HSL color Cylindrical-coordinate representation of color #512829: hue angle of 358.54º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512829 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB814041-
CMYK00.510.490.68
HSL358.54º33.88%23.73%-
HSV(B)358.54º50.62%31.76%-
XYZ4.553.432.52-
YUV52.37121.58148.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=50%
G=24.69%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81404100.510.490.68358.5433.8823.73
Hex51282903331441672218
Octal1215051063611045474230
Binary10100011010001010010110011110001100010010110011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512829; }

 p { color: rgb(81,40,41); }

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

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

 a { background-color: rgb(81,40,41); }

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

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

 span { border-color: rgb(81,40,41); }

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