#510217

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

Shades of Bordeaux #510217

Tints of Bordeaux #510217

Color information

#510217 (or 0x510217) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 17. RGB value is (81,2,23). Sum of RGB (Red+Green+Blue) = 81+2+23=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510217 is #AEFDE8. Grayscale: #1C1C1C. Windows color (decimal): -11468265 or 1507921. OLE color: 1507921.

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

Color convert

RGB81223-
CMYK00.980.720.68
HSL344.05º95.18%16.27%-
HSV(B)344.05º97.53%31.76%-
XYZ3.571.850.98-
YUV28.01125.17165.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=76.42%
G=1.89%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122300.980.720.68344.0595.1816.27
Hex5121706248441585f10
Octal121227014211010453013720
Binary101000110101110110001010010001000100101011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510217; }

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

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

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

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

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

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

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

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