#502627

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

Shades of Volcano #502627

Tints of Volcano #502627

Color information

#502627 (or 0x502627) is unknown color: approx Volcano. HEX triplet: 50, 26 and 27. RGB value is (80,38,39). Sum of RGB (Red+Green+Blue) = 80+38+39=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502627 is #AFD9D8. Grayscale: #323232. Windows color (decimal): -11524569 or 2565712. OLE color: 2565712.

HSL color Cylindrical-coordinate representation of color #502627: hue angle of 358.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #502627 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB803839-
CMYK00.520.510.69
HSL358.57º35.59%23.14%-
HSV(B)358.57º52.5%31.37%-
XYZ4.373.242.31-
YUV50.67121.41148.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=50.96%
G=24.20%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80383900.520.510.69358.5735.5923.14
Hex50262703433451672417
Octal1204647064631055474427
Binary10100001001101001110110100110011100010110110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502627; }

 p { color: rgb(80,38,39); }

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

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

 a { background-color: rgb(80,38,39); }

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

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

 span { border-color: rgb(80,38,39); }

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