#52030F

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

Shades of Bordeaux #52030F

Tints of Bordeaux #52030F

Color information

#52030F (or 0x52030F) is unknown color: approx Bordeaux. HEX triplet: 52, 03 and 0F. RGB value is (82,3,15). Sum of RGB (Red+Green+Blue) = 82+3+15=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #52030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52030F is #ADFCF0. Grayscale: #1C1C1C. Windows color (decimal): -11402481 or 983890. OLE color: 983890.

HSL color Cylindrical-coordinate representation of color #52030F: hue angle of 350.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52030F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB82315-
CMYK00.960.820.68
HSL350.89º92.94%16.67%-
HSV(B)350.89º96.34%32.16%-
XYZ3.61.890.63-
YUV27.99120.67166.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 82%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 15 (6.25% from 255) = 15%
R=82%
G=3%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8231500.960.820.68350.8992.9416.67
Hex523F060524415f5d11
Octal122317014012210453713521
Binary10100101111110110000010100101000100101011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52030F; }

 p { color: rgb(82,3,15); }

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

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

 a { background-color: rgb(82,3,15); }

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

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

 span { border-color: rgb(82,3,15); }

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