Html Css Color HEX #4F191E Bordeaux

📋 copy color: '#4F191E'

red 79 ◦ green 25 ◦ blue 30

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

Shades of Bordeaux #4F191E

Tints of Bordeaux #4F191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

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

R = 58.96%
G = 18.66%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F191E (or 0x4F191E) is known color: Bordeaux. HEX triplet: 4F, 19 and 1E. RGB value is (79,25,30). Sum of RGB (Red+Green+Blue) = 79+25+30=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F191E is #B0E6E1. Grayscale: #292929. Windows color (decimal): -11593442 or 1972559. OLE color: 1972559.

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

Color convert

RGB 79 25 30 -
CMYK 0 0.68 0.62 0.69
HSL 354.44º 0.52% 0.2% -
HSV(B) 354.44º 0.68% 0.31% -
XYZ 3.81 2.45 1.5 -
YUV 41.72 121.39 154.59 -
System Red Green Blue C M Y K H S L
Decimal 79 25 30 0 0.68 0.62 0.69 354.44 0.52 0.2
Hex 4F 19 1E 0 44 3E 45 162 34 14
Octal 117 31 36 0 104 76 105 542 64 24
Binary 1001111 11001 11110 0 1000100 111110 1000101 101100010 110100 10100

Color Harmonies of #4F191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F191E

Black with #4F191E

Text Example


Text Example

White with #4F191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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