Html Css Color HEX #4D191B Bordeaux

📋 copy color: '#4D191B'

red 77 ◦ green 25 ◦ blue 27

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

Shades of Bordeaux #4D191B

Tints of Bordeaux #4D191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 59.69%
G = 19.38%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D191B (or 0x4D191B) is known color: Bordeaux. HEX triplet: 4D, 19 and 1B. RGB value is (77,25,27). Sum of RGB (Red+Green+Blue) = 77+25+27=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D191B is #B2E6E4. Grayscale: #282828. Windows color (decimal): -11724517 or 1775949. OLE color: 1775949.

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

Color convert

RGB 77 25 27 -
CMYK 0 0.68 0.65 0.70
HSL 357.69º 0.51% 0.2% -
HSV(B) 357.69º 0.68% 0.3% -
XYZ 3.61 2.35 1.3 -
YUV 40.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 77 25 27 0 0.68 0.65 0.70 357.69 0.51 0.2
Hex 4D 19 1B 0 44 41 46 166 33 14
Octal 115 31 33 0 104 101 106 546 63 24
Binary 1001101 11001 11011 0 1000100 1000001 1000110 101100110 110011 10100

Color Harmonies of #4D191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D191B

Black with #4D191B

Text Example


Text Example

White with #4D191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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