Html Css Color HEX #4F041F Bordeaux

📋 copy color: '#4F041F'

red 79 ◦ green 4 ◦ blue 31

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

Shades of Bordeaux #4F041F

Tints of Bordeaux #4F041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

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

R = 69.3%
G = 3.51%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F041F (or 0x4F041F) is known color: Bordeaux. HEX triplet: 4F, 04 and 1F. RGB value is (79,4,31). Sum of RGB (Red+Green+Blue) = 79+4+31=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F041F is #B0FBE0. Grayscale: #1D1D1D. Windows color (decimal): -11598817 or 2032719. OLE color: 2032719.

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

Color convert

RGB 79 4 31 -
CMYK 0 0.95 0.61 0.69
HSL 338.4º 0.9% 0.16% -
HSV(B) 338.4º 0.95% 0.31% -
XYZ 3.52 1.85 1.47 -
YUV 29.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 79 4 31 0 0.95 0.61 0.69 338.4 0.9 0.16
Hex 4F 4 1F 0 5F 3D 45 152 5A 10
Octal 117 4 37 0 137 75 105 522 132 20
Binary 1001111 100 11111 0 1011111 111101 1000101 101010010 1011010 10000

Color Harmonies of #4F041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F041F

Black with #4F041F

Text Example


Text Example

White with #4F041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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