#530922

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

Shades of Bordeaux #530922

Tints of Bordeaux #530922

Color information

#530922 (or 0x530922) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 22. RGB value is (83,9,34). Sum of RGB (Red+Green+Blue) = 83+9+34=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530922 is #ACF6DD. Grayscale: #212121. Windows color (decimal): -11335390 or 2230611. OLE color: 2230611.

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

Color convert

RGB83934-
CMYK00.890.590.67
HSL339.73º80.43%18.04%-
HSV(B)339.73º89.16%32.55%-
XYZ3.952.151.72-
YUV33.98128.02162.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=65.87%
G=7.14%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8393400.890.590.67339.7380.4318.04
Hex539220593B431545012
Octal123114201317310352412022
Binary10100111001100010010110011110111000011101010100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530922; }

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

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

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

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

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

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

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

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