#530E22

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

Shades of Bordeaux #530E22

Tints of Bordeaux #530E22

Color information

#530E22 (or 0x530E22) is unknown color: approx Bordeaux. HEX triplet: 53, 0E and 22. RGB value is (83,14,34). Sum of RGB (Red+Green+Blue) = 83+14+34=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #530E22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E22 is #ACF1DD. Grayscale: #242424. Windows color (decimal): -11334110 or 2231891. OLE color: 2231891.

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

Color convert

RGB831434-
CMYK00.830.590.67
HSL342.61º71.13%19.02%-
HSV(B)342.61º83.13%32.55%-
XYZ4.012.271.74-
YUV36.91126.36160.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 14 (5.86% from 255) = 10.69%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=63.36%
G=10.69%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83143400.830.590.67342.6171.1319.02
Hex53E220533B431574713
Octal123164201237310352710723
Binary10100111110100010010100111110111000011101010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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