Html Css Color HEX #4D191F Bordeaux

📋 copy color: '#4D191F'

red 77 ◦ green 25 ◦ blue 31

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

Shades of Bordeaux #4D191F

Tints of Bordeaux #4D191F

RGB

 RED value IS 77 (30.47% from 255) = 57.89%

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 57.89%
G = 18.8%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D191F (or 0x4D191F) is known color: Bordeaux. HEX triplet: 4D, 19 and 1F. RGB value is (77,25,31). Sum of RGB (Red+Green+Blue) = 77+25+31=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D191F is #B2E6E0. Grayscale: #292929. Windows color (decimal): -11724513 or 2038093. OLE color: 2038093.

HSL color Cylindrical-coordinate representation of color #4D191F: hue angle of 353.08º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D191F is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 25 31 -
CMYK 0 0.68 0.60 0.70
HSL 353.08º 0.51% 0.2% -
HSV(B) 353.08º 0.68% 0.3% -
XYZ 3.66 2.37 1.56 -
YUV 41.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 77 25 31 0 0.68 0.60 0.70 353.08 0.51 0.2
Hex 4D 19 1F 0 44 3C 46 161 33 14
Octal 115 31 37 0 104 74 106 541 63 24
Binary 1001101 11001 11111 0 1000100 111100 1000110 101100001 110011 10100

Color Harmonies of #4D191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D191F

Black with #4D191F

Text Example


Text Example

White with #4D191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,31); }

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

background-color css

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

 a { background-color: rgb(77,25,31); }

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

border-color css

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

 span { border-color: rgb(77,25,31); }

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