#530217

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

Shades of Bordeaux #530217

Tints of Bordeaux #530217

Color information

#530217 (or 0x530217) is unknown color: approx Bordeaux. HEX triplet: 53, 02 and 17. RGB value is (83,2,23). Sum of RGB (Red+Green+Blue) = 83+2+23=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530217 is #ACFDE8. Grayscale: #1C1C1C. Windows color (decimal): -11337193 or 1507923. OLE color: 1507923.

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

Color convert

RGB83223-
CMYK00.980.720.67
HSL344.44º95.29%16.67%-
HSV(B)344.44º97.59%32.55%-
XYZ3.741.940.99-
YUV28.61124.84166.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=76.85%
G=1.85%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8322300.980.720.67344.4495.2916.67
Hex5321706248431585f11
Octal123227014211010353013721
Binary101001110101110110001010010001000011101011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530217; }

 p { color: rgb(83,2,23); }

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

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

 a { background-color: rgb(83,2,23); }

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

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

 span { border-color: rgb(83,2,23); }

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