Html Css Color HEX #4F111D Bordeaux

📋 copy color: '#4F111D'

red 79 ◦ green 17 ◦ blue 29

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

Shades of Bordeaux #4F111D

Tints of Bordeaux #4F111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 63.2%
G = 13.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F111D (or 0x4F111D) is known color: Bordeaux. HEX triplet: 4F, 11 and 1D. RGB value is (79,17,29). Sum of RGB (Red+Green+Blue) = 79+17+29=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F111D is #B0EEE2. Grayscale: #242424. Windows color (decimal): -11595491 or 1904975. OLE color: 1904975.

HSL color Cylindrical-coordinate representation of color #4F111D: hue angle of 348.39º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F111D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 17 29 -
CMYK 0 0.78 0.63 0.69
HSL 348.39º 0.65% 0.19% -
HSV(B) 348.39º 0.78% 0.31% -
XYZ 3.65 2.15 1.39 -
YUV 36.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 79 17 29 0 0.78 0.63 0.69 348.39 0.65 0.19
Hex 4F 11 1D 0 4E 3F 45 15C 41 13
Octal 117 21 35 0 116 77 105 534 101 23
Binary 1001111 10001 11101 0 1001110 111111 1000101 101011100 1000001 10011

Color Harmonies of #4F111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F111D

Black with #4F111D

Text Example


Text Example

White with #4F111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,17,29); }

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

background-color css

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

 a { background-color: rgb(79,17,29); }

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

border-color css

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

 span { border-color: rgb(79,17,29); }

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