#530A0F

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

Shades of Bordeaux #530A0F

Tints of Bordeaux #530A0F

Color information

#530A0F (or 0x530A0F) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 0F. RGB value is (83,10,15). Sum of RGB (Red+Green+Blue) = 83+10+15=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0F is #ACF5F0. Grayscale: #202020. Windows color (decimal): -11335153 or 985683. OLE color: 985683.

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

Color convert

RGB831015-
CMYK00.880.820.67
HSL355.89º78.49%18.24%-
HSV(B)355.89º87.95%32.55%-
XYZ3.762.090.66-
YUV32.4118.18164.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=76.85%
G=9.26%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83101500.880.820.67355.8978.4918.24
Hex53AF05852431644e12
Octal1231217013012210354411622
Binary1010011101011110101100010100101000011101100100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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