Html Css Color HEX #4F1015 Bordeaux

📋 copy color: '#4F1015'

red 79 ◦ green 16 ◦ blue 21

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

Shades of Bordeaux #4F1015

Tints of Bordeaux #4F1015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

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

R = 68.1%
G = 13.79%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4F1015 (or 0x4F1015) is known color: Bordeaux. HEX triplet: 4F, 10 and 15. RGB value is (79,16,21). Sum of RGB (Red+Green+Blue) = 79+16+21=116 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.10% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1015 is #B0EFEA. Grayscale: #232323. Windows color (decimal): -11595755 or 1380431. OLE color: 1380431.

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

Color convert

RGB 79 16 21 -
CMYK 0 0.80 0.73 0.69
HSL 355.24º 0.66% 0.19% -
HSV(B) 355.24º 0.8% 0.31% -
XYZ 3.55 2.09 0.93 -
YUV 35.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 79 16 21 0 0.80 0.73 0.69 355.24 0.66 0.19
Hex 4F 10 15 0 50 49 45 163 42 13
Octal 117 20 25 0 120 111 105 543 102 23
Binary 1001111 10000 10101 0 1010000 1001001 1000101 101100011 1000010 10011

Color Harmonies of #4F1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1015

Black with #4F1015

Text Example


Text Example

White with #4F1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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