Html Css Color HEX #4F121D Bordeaux

📋 copy color: '#4F121D'

red 79 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #4F121D

Tints of Bordeaux #4F121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.29%

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

R = 62.7%
G = 14.29%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#4F121D (or 0x4F121D) is known color: Bordeaux. HEX triplet: 4F, 12 and 1D. RGB value is (79,18,29). Sum of RGB (Red+Green+Blue) = 79+18+29=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F121D is #B0EDE2. Grayscale: #252525. Windows color (decimal): -11595235 or 1905231. OLE color: 1905231.

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

Color convert

RGB 79 18 29 -
CMYK 0 0.77 0.63 0.69
HSL 349.18º 0.63% 0.19% -
HSV(B) 349.18º 0.77% 0.31% -
XYZ 3.66 2.18 1.39 -
YUV 37.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 79 18 29 0 0.77 0.63 0.69 349.18 0.63 0.19
Hex 4F 12 1D 0 4D 3F 45 15D 3F 13
Octal 117 22 35 0 115 77 105 535 77 23
Binary 1001111 10010 11101 0 1001101 111111 1000101 101011101 111111 10011

Color Harmonies of #4F121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F121D

Black with #4F121D

Text Example


Text Example

White with #4F121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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