Html Css Color HEX #4F0B18 Bordeaux

📋 copy color: '#4F0B18'

red 79 ◦ green 11 ◦ blue 24

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

Shades of Bordeaux #4F0B18

Tints of Bordeaux #4F0B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

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

R = 69.3%
G = 9.65%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#4F0B18 (or 0x4F0B18) is known color: Bordeaux. HEX triplet: 4F, 0B and 18. RGB value is (79,11,24). Sum of RGB (Red+Green+Blue) = 79+11+24=114 (15% of max value = 765). Red value is 79 (31.25% from 255 or 69.30% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0B18 is #B0F4E7. Grayscale: #202020. Windows color (decimal): -11597032 or 1575759. OLE color: 1575759.

HSL color Cylindrical-coordinate representation of color #4F0B18: hue angle of 348.53º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F0B18 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 11 24 -
CMYK 0 0.86 0.70 0.69
HSL 348.53º 0.76% 0.18% -
HSV(B) 348.53º 0.86% 0.31% -
XYZ 3.51 1.97 1.06 -
YUV 32.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 79 11 24 0 0.86 0.70 0.69 348.53 0.76 0.18
Hex 4F B 18 0 56 46 45 15D 4C 12
Octal 117 13 30 0 126 106 105 535 114 22
Binary 1001111 1011 11000 0 1010110 1000110 1000101 101011101 1001100 10010

Color Harmonies of #4F0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0B18

Black with #4F0B18

Text Example


Text Example

White with #4F0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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