Html Css Color HEX #3F091C Bordeaux

📋 copy color: '#3F091C'

red 63 ◦ green 9 ◦ blue 28

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

Shades of Bordeaux #3F091C

Tints of Bordeaux #3F091C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

 BLUE value IS 28 (11.33% from 255) = 28%

R = 63%
G = 9%
B = 28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F091C (or 0x3F091C) is known color: Bordeaux. HEX triplet: 3F, 09 and 1C. RGB value is (63,9,28). Sum of RGB (Red+Green+Blue) = 63+9+28=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F091C is #C0F6E3. Grayscale: #1B1B1B. Windows color (decimal): -12646116 or 1837375. OLE color: 1837375.

HSL color Cylindrical-coordinate representation of color #3F091C: hue angle of 338.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F091C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 9 28 -
CMYK 0 0.86 0.56 0.75
HSL 338.89º 0.75% 0.14% -
HSV(B) 338.89º 0.86% 0.25% -
XYZ 2.36 1.34 1.23 -
YUV 27.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 63 9 28 0 0.86 0.56 0.75 338.89 0.75 0.14
Hex 3F 9 1C 0 56 38 4B 153 4B E
Octal 77 11 34 0 126 70 113 523 113 16
Binary 111111 1001 11100 0 1010110 111000 1001011 101010011 1001011 1110

Color Harmonies of #3F091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F091C

Black with #3F091C

Text Example


Text Example

White with #3F091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,9,28); }

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

background-color css

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

 a { background-color: rgb(63,9,28); }

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

border-color css

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

 span { border-color: rgb(63,9,28); }

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