Html Css Color HEX #4F091F Bordeaux

📋 copy color: '#4F091F'

red 79 ◦ green 9 ◦ blue 31

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

Shades of Bordeaux #4F091F

Tints of Bordeaux #4F091F

RGB

 RED value IS 79 (31.25% from 255) = 66.39%

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 66.39%
G = 7.56%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F091F (or 0x4F091F) is known color: Bordeaux. HEX triplet: 4F, 09 and 1F. RGB value is (79,9,31). Sum of RGB (Red+Green+Blue) = 79+9+31=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F091F is #B0F6E0. Grayscale: #202020. Windows color (decimal): -11597537 or 2033999. OLE color: 2033999.

HSL color Cylindrical-coordinate representation of color #4F091F: hue angle of 341.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F091F is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 9 31 -
CMYK 0 0.89 0.61 0.69
HSL 341.14º 0.8% 0.17% -
HSV(B) 341.14º 0.89% 0.31% -
XYZ 3.57 1.96 1.49 -
YUV 32.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 79 9 31 0 0.89 0.61 0.69 341.14 0.8 0.17
Hex 4F 9 1F 0 59 3D 45 155 50 11
Octal 117 11 37 0 131 75 105 525 120 21
Binary 1001111 1001 11111 0 1011001 111101 1000101 101010101 1010000 10001

Color Harmonies of #4F091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F091F

Black with #4F091F

Text Example


Text Example

White with #4F091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F091F; }

 p { color: rgb(79,9,31); }

 H1.HeaderClassName
 {
   color: #4F091F;
 }
 .AnyTagClassName
 {
   color: #4F091F;
 }
</style>

background-color css

<style>
 a { background-color: #4F091F; }

 a { background-color: rgb(79,9,31); }

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

border-color css

<style>
 span { border-color: #4F091F; }

 span { border-color: rgb(79,9,31); }

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