#530621

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

Shades of Bordeaux #530621

Tints of Bordeaux #530621

Color information

#530621 (or 0x530621) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 21. RGB value is (83,6,33). Sum of RGB (Red+Green+Blue) = 83+6+33=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530621 is #ACF9DE. Grayscale: #202020. Windows color (decimal): -11336159 or 2164307. OLE color: 2164307.

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

Color convert

RGB83633-
CMYK00.930.600.67
HSL338.96º86.52%17.45%-
HSV(B)338.96º92.77%32.55%-
XYZ3.912.081.63-
YUV32.1128.51164.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=68.03%
G=4.92%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363300.930.600.67338.9686.5217.45
Hex5362105D3C431535711
Octal12364101357410352312721
Binary1010011110100001010111011111001000011101010011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530621; }

 p { color: rgb(83,6,33); }

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

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

 a { background-color: rgb(83,6,33); }

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

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

 span { border-color: rgb(83,6,33); }

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