Html Css Color HEX #4F101E Bordeaux

📋 copy color: '#4F101E'

red 79 ◦ green 16 ◦ blue 30

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

Shades of Bordeaux #4F101E

Tints of Bordeaux #4F101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 63.2%
G = 12.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F101E (or 0x4F101E) is known color: Bordeaux. HEX triplet: 4F, 10 and 1E. RGB value is (79,16,30). Sum of RGB (Red+Green+Blue) = 79+16+30=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F101E is #B0EFE1. Grayscale: #242424. Windows color (decimal): -11595746 or 1970255. OLE color: 1970255.

HSL color Cylindrical-coordinate representation of color #4F101E: hue angle of 346.67º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F101E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 30 -
CMYK 0 0.80 0.62 0.69
HSL 346.67º 0.66% 0.19% -
HSV(B) 346.67º 0.8% 0.31% -
XYZ 3.64 2.13 1.45 -
YUV 36.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 79 16 30 0 0.80 0.62 0.69 346.67 0.66 0.19
Hex 4F 10 1E 0 50 3E 45 15B 42 13
Octal 117 20 36 0 120 76 105 533 102 23
Binary 1001111 10000 11110 0 1010000 111110 1000101 101011011 1000010 10011

Color Harmonies of #4F101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F101E

Black with #4F101E

Text Example


Text Example

White with #4F101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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