#530413

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

Shades of Bordeaux #530413

Tints of Bordeaux #530413

Color information

#530413 (or 0x530413) is unknown color: approx Bordeaux. HEX triplet: 53, 04 and 13. RGB value is (83,4,19). Sum of RGB (Red+Green+Blue) = 83+4+19=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530413 is #ACFBEC. Grayscale: #1D1D1D. Windows color (decimal): -11336685 or 1246291. OLE color: 1246291.

HSL color Cylindrical-coordinate representation of color #530413: hue angle of 348.61º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530413 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB83419-
CMYK00.950.770.67
HSL348.61º90.8%17.06%-
HSV(B)348.61º95.18%32.55%-
XYZ3.731.970.8-
YUV29.33122.17166.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=78.30%
G=3.77%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341900.950.770.67348.6190.817.06
Hex5341305F4D4315d5b11
Octal123423013711510353513321
Binary1010011100100110101111110011011000011101011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530413; }

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

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

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

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

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

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

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

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