#530622

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

Shades of Bordeaux #530622

Tints of Bordeaux #530622

Color information

#530622 (or 0x530622) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 22. RGB value is (83,6,34). Sum of RGB (Red+Green+Blue) = 83+6+34=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530622 is #ACF9DD. Grayscale: #202020. Windows color (decimal): -11336158 or 2229843. OLE color: 2229843.

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

Color convert

RGB83634-
CMYK00.930.590.67
HSL338.18º86.52%17.45%-
HSV(B)338.18º92.77%32.55%-
XYZ3.922.081.71-
YUV32.21129.01164.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=67.48%
G=4.88%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363400.930.590.67338.1886.5217.45
Hex5362205D3B431525711
Octal12364201357310352212721
Binary1010011110100010010111011110111000011101010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530622; }

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

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

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

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

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

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

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

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