#530C1E

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

Shades of Bordeaux #530C1E

Tints of Bordeaux #530C1E

Color information

#530C1E (or 0x530C1E) is unknown color: approx Bordeaux. HEX triplet: 53, 0C and 1E. RGB value is (83,12,30). Sum of RGB (Red+Green+Blue) = 83+12+30=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C1E is #ACF3E1. Grayscale: #232323. Windows color (decimal): -11334626 or 1969235. OLE color: 1969235.

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

Color convert

RGB831230-
CMYK00.860.640.67
HSL344.79º74.74%18.63%-
HSV(B)344.79º85.54%32.55%-
XYZ3.932.21.44-
YUV35.28125.02162.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 12 (5.08% from 255) = 9.6%
BLUE value IS 30 (12.11% from 255) = 24%
R=66.4%
G=9.6%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83123000.860.640.67344.7974.7418.63
Hex53C1E05640431594b13
Octal1231436012610010353111323
Binary10100111100111100101011010000001000011101011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,30); }

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

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

 a { background-color: rgb(83,12,30); }

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

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

 span { border-color: rgb(83,12,30); }

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