Html Css Color HEX #4F0815 Bordeaux

📋 copy color: '#4F0815'

red 79 ◦ green 8 ◦ blue 21

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

Shades of Bordeaux #4F0815

Tints of Bordeaux #4F0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

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

R = 73.15%
G = 7.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4F0815 (or 0x4F0815) is known color: Bordeaux. HEX triplet: 4F, 08 and 15. RGB value is (79,8,21). Sum of RGB (Red+Green+Blue) = 79+8+21=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0815 is #B0F7EA. Grayscale: #1E1E1E. Windows color (decimal): -11597803 or 1378383. OLE color: 1378383.

HSL color Cylindrical-coordinate representation of color #4F0815: hue angle of 349.01º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0815 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 8 21 -
CMYK 0 0.90 0.73 0.69
HSL 349.01º 0.82% 0.17% -
HSV(B) 349.01º 0.9% 0.31% -
XYZ 3.45 1.89 0.89 -
YUV 30.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 79 8 21 0 0.90 0.73 0.69 349.01 0.82 0.17
Hex 4F 8 15 0 5A 49 45 15D 52 11
Octal 117 10 25 0 132 111 105 535 122 21
Binary 1001111 1000 10101 0 1011010 1001001 1000101 101011101 1010010 10001

Color Harmonies of #4F0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0815

Black with #4F0815

Text Example


Text Example

White with #4F0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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