Html Css Color HEX #4F181F Bordeaux

📋 copy color: '#4F181F'

red 79 ◦ green 24 ◦ blue 31

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

Shades of Bordeaux #4F181F

Tints of Bordeaux #4F181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

 BLUE value IS 31 (12.5% from 255) = 23.13%

R = 58.96%
G = 17.91%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#4F181F (or 0x4F181F) is known color: Bordeaux. HEX triplet: 4F, 18 and 1F. RGB value is (79,24,31). Sum of RGB (Red+Green+Blue) = 79+24+31=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181F is #B0E7E0. Grayscale: #292929. Windows color (decimal): -11593697 or 2037839. OLE color: 2037839.

HSL color Cylindrical-coordinate representation of color #4F181F: hue angle of 352.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F181F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 24 31 -
CMYK 0 0.70 0.61 0.69
HSL 352.36º 0.53% 0.2% -
HSV(B) 352.36º 0.7% 0.31% -
XYZ 3.8 2.41 1.56 -
YUV 41.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 79 24 31 0 0.70 0.61 0.69 352.36 0.53 0.2
Hex 4F 18 1F 0 46 3D 45 160 35 14
Octal 117 30 37 0 106 75 105 540 65 24
Binary 1001111 11000 11111 0 1000110 111101 1000101 101100000 110101 10100

Color Harmonies of #4F181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F181F

Black with #4F181F

Text Example


Text Example

White with #4F181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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