#530F1A

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

Shades of Bordeaux #530F1A

Tints of Bordeaux #530F1A

Color information

#530F1A (or 0x530F1A) is unknown color: approx Bordeaux. HEX triplet: 53, 0F and 1A. RGB value is (83,15,26). Sum of RGB (Red+Green+Blue) = 83+15+26=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F1A is #ACF0E5. Grayscale: #242424. Windows color (decimal): -11333862 or 1707859. OLE color: 1707859.

HSL color Cylindrical-coordinate representation of color #530F1A: hue angle of 350.29º 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 #530F1A is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB831526-
CMYK00.820.690.67
HSL350.29º69.39%19.22%-
HSV(B)350.29º81.93%32.55%-
XYZ3.922.261.21-
YUV36.59122.03161.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=66.94%
G=12.10%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83152600.820.690.67350.2969.3919.22
Hex53F1A052454315e4513
Octal1231732012210510353610523
Binary10100111111110100101001010001011000011101011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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