Html Css Color HEX #4F121A Bordeaux

📋 copy color: '#4F121A'

red 79 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #4F121A

Tints of Bordeaux #4F121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 64.23%
G = 14.63%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F121A (or 0x4F121A) is known color: Bordeaux. HEX triplet: 4F, 12 and 1A. RGB value is (79,18,26). Sum of RGB (Red+Green+Blue) = 79+18+26=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F121A is #B0EDE5. Grayscale: #252525. Windows color (decimal): -11595238 or 1708623. OLE color: 1708623.

HSL color Cylindrical-coordinate representation of color #4F121A: hue angle of 352.13º 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 #4F121A is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 18 26 -
CMYK 0 0.77 0.67 0.69
HSL 352.13º 0.63% 0.19% -
HSV(B) 352.13º 0.77% 0.31% -
XYZ 3.63 2.17 1.2 -
YUV 37.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 79 18 26 0 0.77 0.67 0.69 352.13 0.63 0.19
Hex 4F 12 1A 0 4D 43 45 160 3F 13
Octal 117 22 32 0 115 103 105 540 77 23
Binary 1001111 10010 11010 0 1001101 1000011 1000101 101100000 111111 10011

Color Harmonies of #4F121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F121A

Black with #4F121A

Text Example


Text Example

White with #4F121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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