#530A1A

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

Shades of Bordeaux #530A1A

Tints of Bordeaux #530A1A

Color information

#530A1A (or 0x530A1A) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 1A. RGB value is (83,10,26). Sum of RGB (Red+Green+Blue) = 83+10+26=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A1A is #ACF5E5. Grayscale: #212121. Windows color (decimal): -11335142 or 1706579. OLE color: 1706579.

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

Color convert

RGB831026-
CMYK00.880.690.67
HSL346.85º78.49%18.24%-
HSV(B)346.85º87.95%32.55%-
XYZ3.862.131.18-
YUV33.65123.68163.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 10 (4.30% from 255) = 8.40%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=69.75%
G=8.40%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83102600.880.690.67346.8578.4918.24
Hex53A1A058454315b4e12
Octal1231232013010510353311622
Binary10100111010110100101100010001011000011101011011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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