Html Css Color HEX #4D242C Bordeaux

📋 copy color: '#4D242C'

red 77 ◦ green 36 ◦ blue 44

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

Shades of Bordeaux #4D242C

Tints of Bordeaux #4D242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 49.04%
G = 22.93%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D242C (or 0x4D242C) is known color: Bordeaux. HEX triplet: 4D, 24 and 2C. RGB value is (77,36,44). Sum of RGB (Red+Green+Blue) = 77+36+44=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D242C is #B2DBD3. Grayscale: #313131. Windows color (decimal): -11721684 or 2892877. OLE color: 2892877.

HSL color Cylindrical-coordinate representation of color #4D242C: hue angle of 348.29º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D242C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 36 44 -
CMYK 0 0.53 0.43 0.70
HSL 348.29º 0.36% 0.22% -
HSV(B) 348.29º 0.53% 0.3% -
XYZ 4.15 3.02 2.75 -
YUV 49.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 77 36 44 0 0.53 0.43 0.70 348.29 0.36 0.22
Hex 4D 24 2C 0 35 2B 46 15C 24 16
Octal 115 44 54 0 65 53 106 534 44 26
Binary 1001101 100100 101100 0 110101 101011 1000110 101011100 100100 10110

Color Harmonies of #4D242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D242C

Black with #4D242C

Text Example


Text Example

White with #4D242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,44); }

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

background-color css

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

 a { background-color: rgb(77,36,44); }

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

border-color css

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

 span { border-color: rgb(77,36,44); }

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