#530814

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

Shades of Bordeaux #530814

Tints of Bordeaux #530814

Color information

#530814 (or 0x530814) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 14. RGB value is (83,8,20). Sum of RGB (Red+Green+Blue) = 83+8+20=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530814 is #ACF7EB. Grayscale: #1F1F1F. Windows color (decimal): -11335660 or 1312851. OLE color: 1312851.

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

Color convert

RGB83820-
CMYK00.900.760.67
HSL350.4º82.42%17.84%-
HSV(B)350.4º90.36%32.55%-
XYZ3.782.060.86-
YUV31.79121.35164.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=74.77%
G=7.21%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382000.900.760.67350.482.4217.84
Hex5381405A4C4315e5212
Octal1231024013211410353612222
Binary10100111000101000101101010011001000011101011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530814; }

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

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

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

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

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

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

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

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