#530B10

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

Shades of Bordeaux #530B10

Tints of Bordeaux #530B10

Color information

#530B10 (or 0x530B10) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 10. RGB value is (83,11,16). Sum of RGB (Red+Green+Blue) = 83+11+16=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B10 is #ACF4EF. Grayscale: #212121. Windows color (decimal): -11334896 or 1051475. OLE color: 1051475.

HSL color Cylindrical-coordinate representation of color #530B10: hue angle of 355.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B10 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB831116-
CMYK00.870.810.67
HSL355.83º76.6%18.43%-
HSV(B)355.83º86.75%32.55%-
XYZ3.782.120.7-
YUV33.1118.35163.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=75.45%
G=10%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83111600.870.810.67355.8376.618.43
Hex53B1005751431644d12
Octal1231320012712110354411522
Binary10100111011100000101011110100011000011101100100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530B10; }

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

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

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

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

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

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

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

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