Html Css Color HEX #4D131B Bordeaux

📋 copy color: '#4D131B'

red 77 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #4D131B

Tints of Bordeaux #4D131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

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

R = 62.6%
G = 15.45%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D131B (or 0x4D131B) is known color: Bordeaux. HEX triplet: 4D, 13 and 1B. RGB value is (77,19,27). Sum of RGB (Red+Green+Blue) = 77+19+27=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D131B is #B2ECE4. Grayscale: #252525. Windows color (decimal): -11726053 or 1774413. OLE color: 1774413.

HSL color Cylindrical-coordinate representation of color #4D131B: hue angle of 351.72º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D131B is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 19 27 -
CMYK 0 0.75 0.65 0.70
HSL 351.72º 0.6% 0.19% -
HSV(B) 351.72º 0.75% 0.3% -
XYZ 3.49 2.12 1.26 -
YUV 37.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 77 19 27 0 0.75 0.65 0.70 351.72 0.6 0.19
Hex 4D 13 1B 0 4B 41 46 160 3C 13
Octal 115 23 33 0 113 101 106 540 74 23
Binary 1001101 10011 11011 0 1001011 1000001 1000110 101100000 111100 10011

Color Harmonies of #4D131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D131B

Black with #4D131B

Text Example


Text Example

White with #4D131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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