Html Css Color HEX #3F0E1D Bordeaux

📋 copy color: '#3F0E1D'

red 63 ◦ green 14 ◦ blue 29

#3F0E1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #3F0E1D

Tints of Bordeaux #3F0E1D

RGB

 RED value IS 63 (25% from 255) = 59.43%

 GREEN value IS 14 (5.86% from 255) = 13.21%

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 59.43%
G = 13.21%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F0E1D (or 0x3F0E1D) is known color: Bordeaux. HEX triplet: 3F, 0E and 1D. RGB value is (63,14,29). Sum of RGB (Red+Green+Blue) = 63+14+29=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E1D is #C0F1E2. Grayscale: #1E1E1E. Windows color (decimal): -12644835 or 1904191. OLE color: 1904191.

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

Color convert

RGB 63 14 29 -
CMYK 0 0.78 0.54 0.75
HSL 341.63º 0.64% 0.15% -
HSV(B) 341.63º 0.78% 0.25% -
XYZ 2.43 1.46 1.32 -
YUV 30.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 63 14 29 0 0.78 0.54 0.75 341.63 0.64 0.15
Hex 3F E 1D 0 4E 36 4B 156 40 F
Octal 77 16 35 0 116 66 113 526 100 17
Binary 111111 1110 11101 0 1001110 110110 1001011 101010110 1000000 1111

Color Harmonies of #3F0E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0E1D

Black with #3F0E1D

Text Example


Text Example

White with #3F0E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F0E1D;
 }
 .AnyTagClassName
 {
   color: #3F0E1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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