Html Css Color HEX #4F0613 Bordeaux

📋 copy color: '#4F0613'

red 79 ◦ green 6 ◦ blue 19

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

Shades of Bordeaux #4F0613

Tints of Bordeaux #4F0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.77%

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

R = 75.96%
G = 5.77%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F0613 (or 0x4F0613) is known color: Bordeaux. HEX triplet: 4F, 06 and 13. RGB value is (79,6,19). Sum of RGB (Red+Green+Blue) = 79+6+19=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0613 is #B0F9EC. Grayscale: #1D1D1D. Windows color (decimal): -11598317 or 1246799. OLE color: 1246799.

HSL color Cylindrical-coordinate representation of color #4F0613: hue angle of 349.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0613 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 6 19 -
CMYK 0 0.92 0.76 0.69
HSL 349.32º 0.86% 0.17% -
HSV(B) 349.32º 0.92% 0.31% -
XYZ 3.41 1.84 0.79 -
YUV 29.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 79 6 19 0 0.92 0.76 0.69 349.32 0.86 0.17
Hex 4F 6 13 0 5C 4C 45 15D 56 11
Octal 117 6 23 0 134 114 105 535 126 21
Binary 1001111 110 10011 0 1011100 1001100 1000101 101011101 1010110 10001

Color Harmonies of #4F0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0613

Black with #4F0613

Text Example


Text Example

White with #4F0613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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