#530910

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

Shades of Bordeaux #530910

Tints of Bordeaux #530910

Color information

#530910 (or 0x530910) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 10. RGB value is (83,9,16). Sum of RGB (Red+Green+Blue) = 83+9+16=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530910 is #ACF6EF. Grayscale: #1F1F1F. Windows color (decimal): -11335408 or 1050963. OLE color: 1050963.

HSL color Cylindrical-coordinate representation of color #530910: hue angle of 354.32º 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 #530910 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB83916-
CMYK00.890.810.67
HSL354.32º80.43%18.04%-
HSV(B)354.32º89.16%32.55%-
XYZ3.762.070.69-
YUV31.92119.02164.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=76.85%
G=8.33%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8391600.890.810.67354.3280.4318.04
Hex5391005951431625012
Octal1231120013112110354212022
Binary10100111001100000101100110100011000011101100010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530910; }

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

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

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

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

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

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

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

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