Html Css Color HEX #4F141A Bordeaux

📋 copy color: '#4F141A'

red 79 ◦ green 20 ◦ blue 26

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

Shades of Bordeaux #4F141A

Tints of Bordeaux #4F141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

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

R = 63.2%
G = 16%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F141A (or 0x4F141A) is known color: Bordeaux. HEX triplet: 4F, 14 and 1A. RGB value is (79,20,26). Sum of RGB (Red+Green+Blue) = 79+20+26=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F141A is #B0EBE5. Grayscale: #262626. Windows color (decimal): -11594726 or 1709135. OLE color: 1709135.

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

Color convert

RGB 79 20 26 -
CMYK 0 0.75 0.67 0.69
HSL 353.9º 0.6% 0.19% -
HSV(B) 353.9º 0.75% 0.31% -
XYZ 3.66 2.24 1.22 -
YUV 38.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 79 20 26 0 0.75 0.67 0.69 353.9 0.6 0.19
Hex 4F 14 1A 0 4B 43 45 162 3C 13
Octal 117 24 32 0 113 103 105 542 74 23
Binary 1001111 10100 11010 0 1001011 1000011 1000101 101100010 111100 10011

Color Harmonies of #4F141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F141A

Black with #4F141A

Text Example


Text Example

White with #4F141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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