Html Css Color HEX #4F161A Bordeaux

📋 copy color: '#4F161A'

red 79 ◦ green 22 ◦ blue 26

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

Shades of Bordeaux #4F161A

Tints of Bordeaux #4F161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.32%

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

R = 62.2%
G = 17.32%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F161A (or 0x4F161A) is known color: Bordeaux. HEX triplet: 4F, 16 and 1A. RGB value is (79,22,26). Sum of RGB (Red+Green+Blue) = 79+22+26=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F161A is #B0E9E5. Grayscale: #272727. Windows color (decimal): -11594214 or 1709647. OLE color: 1709647.

HSL color Cylindrical-coordinate representation of color #4F161A: hue angle of 355.79º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F161A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 22 26 -
CMYK 0 0.72 0.67 0.69
HSL 355.79º 0.56% 0.2% -
HSV(B) 355.79º 0.72% 0.31% -
XYZ 3.7 2.31 1.23 -
YUV 39.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 79 22 26 0 0.72 0.67 0.69 355.79 0.56 0.2
Hex 4F 16 1A 0 48 43 45 164 38 14
Octal 117 26 32 0 110 103 105 544 70 24
Binary 1001111 10110 11010 0 1001000 1000011 1000101 101100100 111000 10100

Color Harmonies of #4F161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F161A

Black with #4F161A

Text Example


Text Example

White with #4F161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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