Html Css Color HEX #4F0110 Bordeaux

📋 copy color: '#4F0110'

red 79 ◦ green 1 ◦ blue 16

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

Shades of Bordeaux #4F0110

Tints of Bordeaux #4F0110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 82.29%
G = 1.04%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F0110 (or 0x4F0110) is known color: Bordeaux. HEX triplet: 4F, 01 and 10. RGB value is (79,1,16). Sum of RGB (Red+Green+Blue) = 79+1+16=96 (12% of max value = 765). Red value is 79 (31.25% from 255 or 82.29% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0110 is #B0FEEF. Grayscale: #1A1A1A. Windows color (decimal): -11599600 or 1048911. OLE color: 1048911.

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

Color convert

RGB 79 1 16 -
CMYK 0 0.99 0.80 0.69
HSL 348.46º 0.98% 0.16% -
HSV(B) 348.46º 0.99% 0.31% -
XYZ 3.33 1.72 0.65 -
YUV 26.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 79 1 16 0 0.99 0.80 0.69 348.46 0.98 0.16
Hex 4F 1 10 0 63 50 45 15C 62 10
Octal 117 1 20 0 143 120 105 534 142 20
Binary 1001111 1 10000 0 1100011 1010000 1000101 101011100 1100010 10000

Color Harmonies of #4F0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0110

Black with #4F0110

Text Example


Text Example

White with #4F0110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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