Html Css Color HEX #4F181E Bordeaux

📋 copy color: '#4F181E'

red 79 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #4F181E

Tints of Bordeaux #4F181E

RGB

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

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

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

R = 59.4%
G = 18.05%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#4F181E (or 0x4F181E) is known color: Bordeaux. HEX triplet: 4F, 18 and 1E. RGB value is (79,24,30). Sum of RGB (Red+Green+Blue) = 79+24+30=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F181E is #B0E7E1. Grayscale: #292929. Windows color (decimal): -11593698 or 1972303. OLE color: 1972303.

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

Color convert

RGB 79 24 30 -
CMYK 0 0.70 0.62 0.69
HSL 353.45º 0.53% 0.2% -
HSV(B) 353.45º 0.7% 0.31% -
XYZ 3.79 2.41 1.49 -
YUV 41.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 79 24 30 0 0.70 0.62 0.69 353.45 0.53 0.2
Hex 4F 18 1E 0 46 3E 45 161 35 14
Octal 117 30 36 0 106 76 105 541 65 24
Binary 1001111 11000 11110 0 1000110 111110 1000101 101100001 110101 10100

Color Harmonies of #4F181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F181E

Black with #4F181E

Text Example


Text Example

White with #4F181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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