#530E26

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

Shades of Bordeaux #530E26

Tints of Bordeaux #530E26

Color information

#530E26 (or 0x530E26) is unknown color: approx Bordeaux. HEX triplet: 53, 0E and 26. RGB value is (83,14,38). Sum of RGB (Red+Green+Blue) = 83+14+38=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E26 is #ACF1D9. Grayscale: #252525. Windows color (decimal): -11334106 or 2494035. OLE color: 2494035.

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

Color convert

RGB831438-
CMYK00.830.540.67
HSL339.13º71.13%19.02%-
HSV(B)339.13º83.13%32.55%-
XYZ4.072.292.06-
YUV37.37128.36160.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=61.48%
G=10.37%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83143800.830.540.67339.1371.1319.02
Hex53E2605336431534713
Octal123164601236610352310723
Binary10100111110100110010100111101101000011101010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,14,38); }

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

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

 a { background-color: rgb(83,14,38); }

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

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

 span { border-color: rgb(83,14,38); }

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