#530817

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

Shades of Bordeaux #530817

Tints of Bordeaux #530817

Color information

#530817 (or 0x530817) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 17. RGB value is (83,8,23). Sum of RGB (Red+Green+Blue) = 83+8+23=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #530817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530817 is #ACF7E8. Grayscale: #202020. Windows color (decimal): -11335657 or 1509459. OLE color: 1509459.

HSL color Cylindrical-coordinate representation of color #530817: hue angle of 348º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530817 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB83823-
CMYK00.900.720.67
HSL348º82.42%17.84%-
HSV(B)348º90.36%32.55%-
XYZ3.812.071.01-
YUV32.14122.85164.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=72.81%
G=7.02%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382300.900.720.6734882.4217.84
Hex5381705A484315c5212
Octal1231027013211010353412222
Binary10100111000101110101101010010001000011101011100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530817; }

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

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

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

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

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

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

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

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