#530F1D

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

Shades of Bordeaux #530F1D

Tints of Bordeaux #530F1D

Color information

#530F1D (or 0x530F1D) is unknown color: approx Bordeaux. HEX triplet: 53, 0F and 1D. RGB value is (83,15,29). Sum of RGB (Red+Green+Blue) = 83+15+29=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F1D is #ACF0E2. Grayscale: #242424. Windows color (decimal): -11333859 or 1904467. OLE color: 1904467.

HSL color Cylindrical-coordinate representation of color #530F1D: hue angle of 347.65º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F1D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB831529-
CMYK00.820.650.67
HSL347.65º69.39%19.22%-
HSV(B)347.65º81.93%32.55%-
XYZ3.962.271.39-
YUV36.93123.53160.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 15 (6.25% from 255) = 11.81%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=65.35%
G=11.81%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83152900.820.650.67347.6569.3919.22
Hex53F1D052414315c4513
Octal1231735012210110353410523
Binary10100111111111010101001010000011000011101011100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530F1D; }

 p { color: rgb(83,15,29); }

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

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

 a { background-color: rgb(83,15,29); }

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

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

 span { border-color: rgb(83,15,29); }

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