#530925

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

Shades of Bordeaux #530925

Tints of Bordeaux #530925

Color information

#530925 (or 0x530925) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 25. RGB value is (83,9,37). Sum of RGB (Red+Green+Blue) = 83+9+37=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530925 is #ACF6DA. Grayscale: #222222. Windows color (decimal): -11335387 or 2427219. OLE color: 2427219.

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

Color convert

RGB83937-
CMYK00.890.550.67
HSL337.3º80.43%18.04%-
HSV(B)337.3º89.16%32.55%-
XYZ42.171.96-
YUV34.32129.52162.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=64.34%
G=6.98%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8393700.890.550.67337.380.4318.04
Hex5392505937431515012
Octal123114501316710352112022
Binary10100111001100101010110011101111000011101010001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530925; }

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

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

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

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

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

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

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

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