Html Css Color HEX #4D1722 Bordeaux

📋 copy color: '#4D1722'

red 77 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #4D1722

Tints of Bordeaux #4D1722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 57.46%
G = 17.16%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D1722 (or 0x4D1722) is known color: Bordeaux. HEX triplet: 4D, 17 and 22. RGB value is (77,23,34). Sum of RGB (Red+Green+Blue) = 77+23+34=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1722 is #B2E8DD. Grayscale: #282828. Windows color (decimal): -11725022 or 2234189. OLE color: 2234189.

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

Color convert

RGB 77 23 34 -
CMYK 0 0.70 0.56 0.70
HSL 347.78º 0.54% 0.2% -
HSV(B) 347.78º 0.7% 0.3% -
XYZ 3.66 2.31 1.77 -
YUV 40.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 77 23 34 0 0.70 0.56 0.70 347.78 0.54 0.2
Hex 4D 17 22 0 46 38 46 15C 36 14
Octal 115 27 42 0 106 70 106 534 66 24
Binary 1001101 10111 100010 0 1000110 111000 1000110 101011100 110110 10100

Color Harmonies of #4D1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1722

Black with #4D1722

Text Example


Text Example

White with #4D1722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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