#530B1A

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

Shades of Bordeaux #530B1A

Tints of Bordeaux #530B1A

Color information

#530B1A (or 0x530B1A) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 1A. RGB value is (83,11,26). Sum of RGB (Red+Green+Blue) = 83+11+26=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B1A is #ACF4E5. Grayscale: #222222. Windows color (decimal): -11334886 or 1706835. OLE color: 1706835.

HSL color Cylindrical-coordinate representation of color #530B1A: hue angle of 347.5º 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 #530B1A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB831126-
CMYK00.870.690.67
HSL347.5º76.6%18.43%-
HSV(B)347.5º86.75%32.55%-
XYZ3.872.151.19-
YUV34.24123.35162.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=69.17%
G=9.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83112600.870.690.67347.576.618.43
Hex53B1A057454315c4d12
Octal1231332012710510353411522
Binary10100111011110100101011110001011000011101011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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