Html Css Color HEX #4F0416 Bordeaux

📋 copy color: '#4F0416'

red 79 ◦ green 4 ◦ blue 22

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

Shades of Bordeaux #4F0416

Tints of Bordeaux #4F0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.81%

 BLUE value IS 22 (8.98% from 255) = 20.95%

R = 75.24%
G = 3.81%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4F0416 (or 0x4F0416) is known color: Bordeaux. HEX triplet: 4F, 04 and 16. RGB value is (79,4,22). Sum of RGB (Red+Green+Blue) = 79+4+22=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0416 is #B0FBE9. Grayscale: #1C1C1C. Windows color (decimal): -11598826 or 1442895. OLE color: 1442895.

HSL color Cylindrical-coordinate representation of color #4F0416: hue angle of 345.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0416 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 4 22 -
CMYK 0 0.95 0.72 0.69
HSL 345.6º 0.9% 0.16% -
HSV(B) 345.6º 0.95% 0.31% -
XYZ 3.41 1.81 0.93 -
YUV 28.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 79 4 22 0 0.95 0.72 0.69 345.6 0.9 0.16
Hex 4F 4 16 0 5F 48 45 15A 5A 10
Octal 117 4 26 0 137 110 105 532 132 20
Binary 1001111 100 10110 0 1011111 1001000 1000101 101011010 1011010 10000

Color Harmonies of #4F0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0416

Black with #4F0416

Text Example


Text Example

White with #4F0416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,4,22); }

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

background-color css

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

 a { background-color: rgb(79,4,22); }

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

border-color css

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

 span { border-color: rgb(79,4,22); }

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