#530A13

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

Shades of Bordeaux #530A13

Tints of Bordeaux #530A13

Color information

#530A13 (or 0x530A13) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 13. RGB value is (83,10,19). Sum of RGB (Red+Green+Blue) = 83+10+19=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A13 is #ACF5EC. Grayscale: #202020. Windows color (decimal): -11335149 or 1247827. OLE color: 1247827.

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

Color convert

RGB831019-
CMYK00.880.770.67
HSL352.6º78.49%18.24%-
HSV(B)352.6º87.95%32.55%-
XYZ3.792.10.82-
YUV32.85120.18163.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 10 (4.30% from 255) = 8.93%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=74.11%
G=8.93%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83101900.880.770.67352.678.4918.24
Hex53A130584D431614e12
Octal1231223013011510354111622
Binary10100111010100110101100010011011000011101100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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