Html Css Color HEX #4F0813 Bordeaux

📋 copy color: '#4F0813'

red 79 ◦ green 8 ◦ blue 19

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

Shades of Bordeaux #4F0813

Tints of Bordeaux #4F0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 74.53%
G = 7.55%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F0813 (or 0x4F0813) is known color: Bordeaux. HEX triplet: 4F, 08 and 13. RGB value is (79,8,19). Sum of RGB (Red+Green+Blue) = 79+8+19=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0813 is #B0F7EC. Grayscale: #1E1E1E. Windows color (decimal): -11597805 or 1247311. OLE color: 1247311.

HSL color Cylindrical-coordinate representation of color #4F0813: hue angle of 350.7º 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 #4F0813 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 8 19 -
CMYK 0 0.90 0.76 0.69
HSL 350.7º 0.82% 0.17% -
HSV(B) 350.7º 0.9% 0.31% -
XYZ 3.43 1.88 0.8 -
YUV 30.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 79 8 19 0 0.90 0.76 0.69 350.7 0.82 0.17
Hex 4F 8 13 0 5A 4C 45 15F 52 11
Octal 117 10 23 0 132 114 105 537 122 21
Binary 1001111 1000 10011 0 1011010 1001100 1000101 101011111 1010010 10001

Color Harmonies of #4F0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0813

Black with #4F0813

Text Example


Text Example

White with #4F0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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