#530B0E

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

Shades of Bordeaux #530B0E

Tints of Bordeaux #530B0E

Color information

#530B0E (or 0x530B0E) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 0E. RGB value is (83,11,14). Sum of RGB (Red+Green+Blue) = 83+11+14=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0E is #ACF4F1. Grayscale: #202020. Windows color (decimal): -11334898 or 920403. OLE color: 920403.

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

Color convert

RGB831114-
CMYK00.870.830.67
HSL357.5º76.6%18.43%-
HSV(B)357.5º86.75%32.55%-
XYZ3.772.110.62-
YUV32.87117.35163.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=76.85%
G=10.19%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83111400.870.830.67357.576.618.43
Hex53BE05753431664d12
Octal1231316012712310354611522
Binary1010011101111100101011110100111000011101100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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