#530908

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

Shades of Red Oxide #530908

Tints of Red Oxide #530908

Color information

#530908 (or 0x530908) is unknown color: approx Red Oxide. HEX triplet: 53, 09 and 08. RGB value is (83,9,8). Sum of RGB (Red+Green+Blue) = 83+9+8=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530908 is #ACF6F7. Grayscale: #1F1F1F. Windows color (decimal): -11335416 or 526675. OLE color: 526675.

HSL color Cylindrical-coordinate representation of color #530908: hue angle of 0.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530908 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB8398-
CMYK00.890.900.67
HSL0.8º82.42%17.84%-
HSV(B)0.8º90.36%32.55%-
XYZ3.712.050.43-
YUV31.01115.02165.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 8 (3.52% from 255) = 8%
R=83%
G=9%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal839800.890.900.670.882.4217.84
Hex53980595A4315212
Octal12311100131132103112222
Binary10100111001100001011001101101010000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530908; }

 p { color: rgb(83,9,8); }

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

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

 a { background-color: rgb(83,9,8); }

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

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

 span { border-color: rgb(83,9,8); }

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