Html Css Color HEX #4F141E Bordeaux

📋 copy color: '#4F141E'

red 79 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #4F141E

Tints of Bordeaux #4F141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 61.24%
G = 15.5%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F141E (or 0x4F141E) is known color: Bordeaux. HEX triplet: 4F, 14 and 1E. RGB value is (79,20,30). Sum of RGB (Red+Green+Blue) = 79+20+30=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F141E is #B0EBE1. Grayscale: #262626. Windows color (decimal): -11594722 or 1971279. OLE color: 1971279.

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

Color convert

RGB 79 20 30 -
CMYK 0 0.75 0.62 0.69
HSL 349.83º 0.6% 0.19% -
HSV(B) 349.83º 0.75% 0.31% -
XYZ 3.71 2.26 1.47 -
YUV 38.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 79 20 30 0 0.75 0.62 0.69 349.83 0.6 0.19
Hex 4F 14 1E 0 4B 3E 45 15E 3C 13
Octal 117 24 36 0 113 76 105 536 74 23
Binary 1001111 10100 11110 0 1001011 111110 1000101 101011110 111100 10011

Color Harmonies of #4F141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F141E

Black with #4F141E

Text Example


Text Example

White with #4F141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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