Html Css Color HEX #4D171A Bordeaux

📋 copy color: '#4D171A'

red 77 ◦ green 23 ◦ blue 26

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

Shades of Bordeaux #4D171A

Tints of Bordeaux #4D171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.25%

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 61.11%
G = 18.25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4D171A (or 0x4D171A) is known color: Bordeaux. HEX triplet: 4D, 17 and 1A. RGB value is (77,23,26). Sum of RGB (Red+Green+Blue) = 77+23+26=126 (16% of max value = 765). Red value is 77 (30.47% from 255 or 61.11% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 77 - color contains mainly: red. Hex color #4D171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D171A is #B2E8E5. Grayscale: #272727. Windows color (decimal): -11725030 or 1709901. OLE color: 1709901.

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

Color convert

RGB 77 23 26 -
CMYK 0 0.70 0.66 0.70
HSL 356.67º 0.54% 0.2% -
HSV(B) 356.67º 0.7% 0.3% -
XYZ 3.55 2.27 1.23 -
YUV 39.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 77 23 26 0 0.70 0.66 0.70 356.67 0.54 0.2
Hex 4D 17 1A 0 46 42 46 165 36 14
Octal 115 27 32 0 106 102 106 545 66 24
Binary 1001101 10111 11010 0 1000110 1000010 1000110 101100101 110110 10100

Color Harmonies of #4D171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D171A

Black with #4D171A

Text Example


Text Example

White with #4D171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,23,26); }

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

background-color css

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

 a { background-color: rgb(77,23,26); }

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

border-color css

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

 span { border-color: rgb(77,23,26); }

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