Html Css Color HEX #4F061F Bordeaux

📋 copy color: '#4F061F'

red 79 ◦ green 6 ◦ blue 31

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

Shades of Bordeaux #4F061F

Tints of Bordeaux #4F061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

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

R = 68.1%
G = 5.17%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F061F (or 0x4F061F) is known color: Bordeaux. HEX triplet: 4F, 06 and 1F. RGB value is (79,6,31). Sum of RGB (Red+Green+Blue) = 79+6+31=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F061F is #B0F9E0. Grayscale: #1E1E1E. Windows color (decimal): -11598305 or 2033231. OLE color: 2033231.

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

Color convert

RGB 79 6 31 -
CMYK 0 0.92 0.61 0.69
HSL 339.45º 0.86% 0.17% -
HSV(B) 339.45º 0.92% 0.31% -
XYZ 3.54 1.89 1.47 -
YUV 30.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 79 6 31 0 0.92 0.61 0.69 339.45 0.86 0.17
Hex 4F 6 1F 0 5C 3D 45 153 56 11
Octal 117 6 37 0 134 75 105 523 126 21
Binary 1001111 110 11111 0 1011100 111101 1000101 101010011 1010110 10001

Color Harmonies of #4F061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F061F

Black with #4F061F

Text Example


Text Example

White with #4F061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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