#530914

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

Shades of Bordeaux #530914

Tints of Bordeaux #530914

Color information

#530914 (or 0x530914) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 14. RGB value is (83,9,20). Sum of RGB (Red+Green+Blue) = 83+9+20=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530914 is #ACF6EB. Grayscale: #202020. Windows color (decimal): -11335404 or 1313107. OLE color: 1313107.

HSL color Cylindrical-coordinate representation of color #530914: hue angle of 351.08º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530914 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB83920-
CMYK00.890.760.67
HSL351.08º80.43%18.04%-
HSV(B)351.08º89.16%32.55%-
XYZ3.792.080.86-
YUV32.38121.02164.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=74.11%
G=8.04%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8392000.890.760.67351.0880.4318.04
Hex539140594C4315f5012
Octal1231124013111410353712022
Binary10100111001101000101100110011001000011101011111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530914; }

 p { color: rgb(83,9,20); }

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

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

 a { background-color: rgb(83,9,20); }

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

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

 span { border-color: rgb(83,9,20); }

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