#3F0D1D

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

Shades of Bordeaux #3F0D1D

Tints of Bordeaux #3F0D1D

Color information

#3F0D1D (or 0x3F0D1D) is unknown color: approx Bordeaux. HEX triplet: 3F, 0D and 1D. RGB value is (63,13,29). Sum of RGB (Red+Green+Blue) = 63+13+29=105 (13% of max value = 765). Red value is 63 (25% from 255 or 60% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D1D is #C0F2E2. Grayscale: #1D1D1D. Windows color (decimal): -12645091 or 1903935. OLE color: 1903935.

HSL color Cylindrical-coordinate representation of color #3F0D1D: hue angle of 340.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D1D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB631329-
CMYK00.790.540.75
HSL340.8º65.79%14.9%-
HSV(B)340.8º79.37%24.71%-
XYZ2.421.431.31-
YUV29.77127.56151.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 60%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=60%
G=12.38%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63132900.790.540.75340.865.7914.9
Hex3FD1D04F364B15542f
Octal77153501176611352510217
Binary11111111011110101001111110110100101110101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0D1D; }

 p { color: rgb(63,13,29); }

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

<style>
 a { background-color: #3F0D1D; }

 a { background-color: rgb(63,13,29); }

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

<style>
 span { border-color: #3F0D1D; }

 span { border-color: rgb(63,13,29); }

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