#530B22

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

Shades of Bordeaux #530B22

Tints of Bordeaux #530B22

Color information

#530B22 (or 0x530B22) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 22. RGB value is (83,11,34). Sum of RGB (Red+Green+Blue) = 83+11+34=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B22 is #ACF4DD. Grayscale: #232323. Windows color (decimal): -11334878 or 2231123. OLE color: 2231123.

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

Color convert

RGB831134-
CMYK00.870.590.67
HSL340.83º76.6%18.43%-
HSV(B)340.83º86.75%32.55%-
XYZ3.982.191.73-
YUV35.15127.35162.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=64.84%
G=8.59%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83113400.870.590.67340.8376.618.43
Hex53B220573B431554d12
Octal123134201277310352511522
Binary10100111011100010010101111110111000011101010101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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