#521B1B

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

Shades of Red Oxide #521B1B

Tints of Red Oxide #521B1B

Color information

#521B1B (or 0x521B1B) is unknown color: approx Red Oxide. HEX triplet: 52, 1B and 1B. RGB value is (82,27,27). Sum of RGB (Red+Green+Blue) = 82+27+27=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B1B is #ADE4E4. Grayscale: #2B2B2B. Windows color (decimal): -11396325 or 1776466. OLE color: 1776466.

HSL color Cylindrical-coordinate representation of color #521B1B: hue angle of 0º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B1B is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB822727-
CMYK00.670.670.68
HSL50.46%21.37%-
HSV(B)67.07%32.16%-
XYZ4.072.661.34-
YUV43.44118.72155.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 60.29%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=60.29%
G=19.85%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82272700.670.670.68050.4621.37
Hex521B1B043434403215
Octal1223333010310310406225
Binary101001011011110110100001110000111000100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B1B; }

 p { color: rgb(82,27,27); }

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

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

 a { background-color: rgb(82,27,27); }

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

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

 span { border-color: rgb(82,27,27); }

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