#530A12

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

Shades of Bordeaux #530A12

Tints of Bordeaux #530A12

Color information

#530A12 (or 0x530A12) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 12. RGB value is (83,10,18). Sum of RGB (Red+Green+Blue) = 83+10+18=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A12 is #ACF5ED. Grayscale: #202020. Windows color (decimal): -11335150 or 1182291. OLE color: 1182291.

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

Color convert

RGB831018-
CMYK00.880.780.67
HSL353.42º78.49%18.24%-
HSV(B)353.42º87.95%32.55%-
XYZ3.792.10.78-
YUV32.74119.68163.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 10 (4.30% from 255) = 9.01%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=74.77%
G=9.01%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83101800.880.780.67353.4278.4918.24
Hex53A120584E431614e12
Octal1231222013011610354111622
Binary10100111010100100101100010011101000011101100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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