Html Css Color HEX #4F011E Bordeaux

📋 copy color: '#4F011E'

red 79 ◦ green 1 ◦ blue 30

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

Shades of Bordeaux #4F011E

Tints of Bordeaux #4F011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 71.82%
G = 0.91%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F011E (or 0x4F011E) is known color: Bordeaux. HEX triplet: 4F, 01 and 1E. RGB value is (79,1,30). Sum of RGB (Red+Green+Blue) = 79+1+30=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F011E is #B0FEE1. Grayscale: #1B1B1B. Windows color (decimal): -11599586 or 1966415. OLE color: 1966415.

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

Color convert

RGB 79 1 30 -
CMYK 0 0.99 0.62 0.69
HSL 337.69º 0.98% 0.16% -
HSV(B) 337.69º 0.99% 0.31% -
XYZ 3.47 1.78 1.39 -
YUV 27.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 79 1 30 0 0.99 0.62 0.69 337.69 0.98 0.16
Hex 4F 1 1E 0 63 3E 45 152 62 10
Octal 117 1 36 0 143 76 105 522 142 20
Binary 1001111 1 11110 0 1100011 111110 1000101 101010010 1100010 10000

Color Harmonies of #4F011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F011E

Black with #4F011E

Text Example


Text Example

White with #4F011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,1,30); }

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

background-color css

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

 a { background-color: rgb(79,1,30); }

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

border-color css

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

 span { border-color: rgb(79,1,30); }

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