#530919

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

Shades of Bordeaux #530919

Tints of Bordeaux #530919

Color information

#530919 (or 0x530919) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 19. RGB value is (83,9,25). Sum of RGB (Red+Green+Blue) = 83+9+25=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #530919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530919 is #ACF6E6. Grayscale: #202020. Windows color (decimal): -11335399 or 1640787. OLE color: 1640787.

HSL color Cylindrical-coordinate representation of color #530919: hue angle of 347.03º 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 #530919 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB83925-
CMYK00.890.700.67
HSL347.03º80.43%18.04%-
HSV(B)347.03º89.16%32.55%-
XYZ3.842.11.12-
YUV32.95123.52163.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=70.94%
G=7.69%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8392500.890.700.67347.0380.4318.04
Hex53919059464315b5012
Octal1231131013110610353312022
Binary10100111001110010101100110001101000011101011011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530919; }

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

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

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

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

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

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

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

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