#530A1E

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

Shades of Bordeaux #530A1E

Tints of Bordeaux #530A1E

Color information

#530A1E (or 0x530A1E) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 1E. RGB value is (83,10,30). Sum of RGB (Red+Green+Blue) = 83+10+30=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A1E is #ACF5E1. Grayscale: #222222. Windows color (decimal): -11335138 or 1968723. OLE color: 1968723.

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

Color convert

RGB831030-
CMYK00.880.640.67
HSL343.56º78.49%18.24%-
HSV(B)343.56º87.95%32.55%-
XYZ3.912.151.44-
YUV34.11125.68162.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=67.48%
G=8.13%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83103000.880.640.67343.5678.4918.24
Hex53A1E05840431584e12
Octal1231236013010010353011622
Binary10100111010111100101100010000001000011101011000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,10,30); }

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

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

 a { background-color: rgb(83,10,30); }

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

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

 span { border-color: rgb(83,10,30); }

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