Html Css Color HEX #4F0118 Bordeaux

📋 copy color: '#4F0118'

red 79 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #4F0118

Tints of Bordeaux #4F0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 75.96%
G = 0.96%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F0118 (or 0x4F0118) is known color: Bordeaux. HEX triplet: 4F, 01 and 18. RGB value is (79,1,24). Sum of RGB (Red+Green+Blue) = 79+1+24=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0118 is #B0FEE7. Grayscale: #1A1A1A. Windows color (decimal): -11599592 or 1573199. OLE color: 1573199.

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

Color convert

RGB 79 1 24 -
CMYK 0 0.99 0.70 0.69
HSL 342.31º 0.98% 0.16% -
HSV(B) 342.31º 0.99% 0.31% -
XYZ 3.4 1.75 1.02 -
YUV 26.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 79 1 24 0 0.99 0.70 0.69 342.31 0.98 0.16
Hex 4F 1 18 0 63 46 45 156 62 10
Octal 117 1 30 0 143 106 105 526 142 20
Binary 1001111 1 11000 0 1100011 1000110 1000101 101010110 1100010 10000

Color Harmonies of #4F0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0118

Black with #4F0118

Text Example


Text Example

White with #4F0118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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