#530921

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

Shades of Bordeaux #530921

Tints of Bordeaux #530921

Color information

#530921 (or 0x530921) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 21. RGB value is (83,9,33). Sum of RGB (Red+Green+Blue) = 83+9+33=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530921 is #ACF6DE. Grayscale: #212121. Windows color (decimal): -11335391 or 2165075. OLE color: 2165075.

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

Color convert

RGB83933-
CMYK00.890.600.67
HSL340.54º80.43%18.04%-
HSV(B)340.54º89.16%32.55%-
XYZ3.942.141.65-
YUV33.86127.52163.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=66.4%
G=7.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8393300.890.600.67340.5480.4318.04
Hex539210593C431555012
Octal123114101317410352512022
Binary10100111001100001010110011111001000011101010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530921; }

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

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

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

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

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

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

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

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