#530B15

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

Shades of Bordeaux #530B15

Tints of Bordeaux #530B15

Color information

#530B15 (or 0x530B15) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 15. RGB value is (83,11,21). Sum of RGB (Red+Green+Blue) = 83+11+21=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #530B15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B15 is #ACF4EA. Grayscale: #212121. Windows color (decimal): -11334891 or 1379155. OLE color: 1379155.

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

Color convert

RGB831121-
CMYK00.870.750.67
HSL351.67º76.6%18.43%-
HSV(B)351.67º86.75%32.55%-
XYZ3.822.130.92-
YUV33.67120.85163.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.17%
GREEN value IS 11 (4.69% from 255) = 9.57%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=72.17%
G=9.57%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83112100.870.750.67351.6776.618.43
Hex53B150574B431604d12
Octal1231325012711310354011522
Binary10100111011101010101011110010111000011101100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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