#530A0E

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

Shades of Bordeaux #530A0E

Tints of Bordeaux #530A0E

Color information

#530A0E (or 0x530A0E) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 0E. RGB value is (83,10,14). Sum of RGB (Red+Green+Blue) = 83+10+14=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0E is #ACF5F1. Grayscale: #202020. Windows color (decimal): -11335154 or 920147. OLE color: 920147.

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

Color convert

RGB831014-
CMYK00.880.830.67
HSL356.71º78.49%18.24%-
HSV(B)356.71º87.95%32.55%-
XYZ3.762.090.62-
YUV32.28117.68164.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=77.57%
G=9.35%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83101400.880.830.67356.7178.4918.24
Hex53AE05853431654e12
Octal1231216013012310354511622
Binary1010011101011100101100010100111000011101100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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