Html Css Color HEX #4D1624 Bordeaux

📋 copy color: '#4D1624'

red 77 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #4D1624

Tints of Bordeaux #4D1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 57.04%
G = 16.3%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D1624 (or 0x4D1624) is known color: Bordeaux. HEX triplet: 4D, 16 and 24. RGB value is (77,22,36). Sum of RGB (Red+Green+Blue) = 77+22+36=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1624 is #B2E9DB. Grayscale: #282828. Windows color (decimal): -11725276 or 2365005. OLE color: 2365005.

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

Color convert

RGB 77 22 36 -
CMYK 0 0.71 0.53 0.70
HSL 344.73º 0.56% 0.19% -
HSV(B) 344.73º 0.71% 0.3% -
XYZ 3.67 2.28 1.92 -
YUV 40.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 77 22 36 0 0.71 0.53 0.70 344.73 0.56 0.19
Hex 4D 16 24 0 47 35 46 159 38 13
Octal 115 26 44 0 107 65 106 531 70 23
Binary 1001101 10110 100100 0 1000111 110101 1000110 101011001 111000 10011

Color Harmonies of #4D1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1624

Black with #4D1624

Text Example


Text Example

White with #4D1624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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