Html Css Color HEX #4F051F Bordeaux

📋 copy color: '#4F051F'

red 79 ◦ green 5 ◦ blue 31

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

Shades of Bordeaux #4F051F

Tints of Bordeaux #4F051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

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

R = 68.7%
G = 4.35%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F051F (or 0x4F051F) is known color: Bordeaux. HEX triplet: 4F, 05 and 1F. RGB value is (79,5,31). Sum of RGB (Red+Green+Blue) = 79+5+31=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F051F is #B0FAE0. Grayscale: #1E1E1E. Windows color (decimal): -11598561 or 2032975. OLE color: 2032975.

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

Color convert

RGB 79 5 31 -
CMYK 0 0.94 0.61 0.69
HSL 338.92º 0.88% 0.16% -
HSV(B) 338.92º 0.94% 0.31% -
XYZ 3.53 1.87 1.47 -
YUV 30.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 79 5 31 0 0.94 0.61 0.69 338.92 0.88 0.16
Hex 4F 5 1F 0 5E 3D 45 153 58 10
Octal 117 5 37 0 136 75 105 523 130 20
Binary 1001111 101 11111 0 1011110 111101 1000101 101010011 1011000 10000

Color Harmonies of #4F051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F051F

Black with #4F051F

Text Example


Text Example

White with #4F051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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