Html Css Color HEX #4F1115 Bordeaux

📋 copy color: '#4F1115'

red 79 ◦ green 17 ◦ blue 21

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

Shades of Bordeaux #4F1115

Tints of Bordeaux #4F1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

 BLUE value IS 21 (8.59% from 255) = 17.95%

R = 67.52%
G = 14.53%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4F1115 (or 0x4F1115) is known color: Bordeaux. HEX triplet: 4F, 11 and 15. RGB value is (79,17,21). Sum of RGB (Red+Green+Blue) = 79+17+21=117 (15% of max value = 765). Red value is 79 (31.25% from 255 or 67.52% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1115 is #B0EEEA. Grayscale: #242424. Windows color (decimal): -11595499 or 1380687. OLE color: 1380687.

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

Color convert

RGB 79 17 21 -
CMYK 0 0.78 0.73 0.69
HSL 356.13º 0.65% 0.19% -
HSV(B) 356.13º 0.78% 0.31% -
XYZ 3.56 2.12 0.93 -
YUV 35.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 79 17 21 0 0.78 0.73 0.69 356.13 0.65 0.19
Hex 4F 11 15 0 4E 49 45 164 41 13
Octal 117 21 25 0 116 111 105 544 101 23
Binary 1001111 10001 10101 0 1001110 1001001 1000101 101100100 1000001 10011

Color Harmonies of #4F1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1115

Black with #4F1115

Text Example


Text Example

White with #4F1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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