Html Css Color HEX #4F151E Bordeaux

📋 copy color: '#4F151E'

red 79 ◦ green 21 ◦ blue 30

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

Shades of Bordeaux #4F151E

Tints of Bordeaux #4F151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 60.77%
G = 16.15%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F151E (or 0x4F151E) is known color: Bordeaux. HEX triplet: 4F, 15 and 1E. RGB value is (79,21,30). Sum of RGB (Red+Green+Blue) = 79+21+30=130 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.77% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 79 - color contains mainly: red. Hex color #4F151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F151E is #B0EAE1. Grayscale: #272727. Windows color (decimal): -11594466 or 1971535. OLE color: 1971535.

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

Color convert

RGB 79 21 30 -
CMYK 0 0.73 0.62 0.69
HSL 350.69º 0.58% 0.2% -
HSV(B) 350.69º 0.73% 0.31% -
XYZ 3.73 2.29 1.47 -
YUV 39.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 79 21 30 0 0.73 0.62 0.69 350.69 0.58 0.2
Hex 4F 15 1E 0 49 3E 45 15F 3A 14
Octal 117 25 36 0 111 76 105 537 72 24
Binary 1001111 10101 11110 0 1001001 111110 1000101 101011111 111010 10100

Color Harmonies of #4F151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F151E

Black with #4F151E

Text Example


Text Example

White with #4F151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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