Html Css Color HEX #4F0614 Bordeaux

📋 copy color: '#4F0614'

red 79 ◦ green 6 ◦ blue 20

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

Shades of Bordeaux #4F0614

Tints of Bordeaux #4F0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 75.24%
G = 5.71%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#4F0614 (or 0x4F0614) is known color: Bordeaux. HEX triplet: 4F, 06 and 14. RGB value is (79,6,20). Sum of RGB (Red+Green+Blue) = 79+6+20=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0614 is #B0F9EB. Grayscale: #1D1D1D. Windows color (decimal): -11598316 or 1312335. OLE color: 1312335.

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

Color convert

RGB 79 6 20 -
CMYK 0 0.92 0.75 0.69
HSL 348.49º 0.86% 0.17% -
HSV(B) 348.49º 0.92% 0.31% -
XYZ 3.42 1.84 0.84 -
YUV 29.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 79 6 20 0 0.92 0.75 0.69 348.49 0.86 0.17
Hex 4F 6 14 0 5C 4B 45 15C 56 11
Octal 117 6 24 0 134 113 105 534 126 21
Binary 1001111 110 10100 0 1011100 1001011 1000101 101011100 1010110 10001

Color Harmonies of #4F0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0614

Black with #4F0614

Text Example


Text Example

White with #4F0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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