#530B0F

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

Shades of Bordeaux #530B0F

Tints of Bordeaux #530B0F

Color information

#530B0F (or 0x530B0F) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 0F. RGB value is (83,11,15). Sum of RGB (Red+Green+Blue) = 83+11+15=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0F is #ACF4F0. Grayscale: #212121. Windows color (decimal): -11334897 or 985939. OLE color: 985939.

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

Color convert

RGB831115-
CMYK00.870.820.67
HSL356.67º76.6%18.43%-
HSV(B)356.67º86.75%32.55%-
XYZ3.772.110.66-
YUV32.98117.85163.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=76.15%
G=10.09%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83111500.870.820.67356.6776.618.43
Hex53BF05752431654d12
Octal1231317012712210354511522
Binary1010011101111110101011110100101000011101100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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