#530915

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

Shades of Bordeaux #530915

Tints of Bordeaux #530915

Color information

#530915 (or 0x530915) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 15. RGB value is (83,9,21). Sum of RGB (Red+Green+Blue) = 83+9+21=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530915 is #ACF6EA. Grayscale: #202020. Windows color (decimal): -11335403 or 1378643. OLE color: 1378643.

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

Color convert

RGB83921-
CMYK00.890.750.67
HSL350.27º80.43%18.04%-
HSV(B)350.27º89.16%32.55%-
XYZ3.82.090.91-
YUV32.49121.52164.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=73.45%
G=7.96%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8392100.890.750.67350.2780.4318.04
Hex539150594B4315e5012
Octal1231125013111310353612022
Binary10100111001101010101100110010111000011101011110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530915; }

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

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

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

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

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

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

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

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