Html Css Color HEX #4D1524 Bordeaux

📋 copy color: '#4D1524'

red 77 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #4D1524

Tints of Bordeaux #4D1524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

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

R = 57.46%
G = 15.67%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4D1524 (or 0x4D1524) is known color: Bordeaux. HEX triplet: 4D, 15 and 24. RGB value is (77,21,36). Sum of RGB (Red+Green+Blue) = 77+21+36=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1524 is #B2EADB. Grayscale: #272727. Windows color (decimal): -11725532 or 2364749. OLE color: 2364749.

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

Color convert

RGB 77 21 36 -
CMYK 0 0.73 0.53 0.70
HSL 343.93º 0.57% 0.19% -
HSV(B) 343.93º 0.73% 0.3% -
XYZ 3.65 2.24 1.91 -
YUV 39.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 77 21 36 0 0.73 0.53 0.70 343.93 0.57 0.19
Hex 4D 15 24 0 49 35 46 158 39 13
Octal 115 25 44 0 111 65 106 530 71 23
Binary 1001101 10101 100100 0 1001001 110101 1000110 101011000 111001 10011

Color Harmonies of #4D1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1524

Black with #4D1524

Text Example


Text Example

White with #4D1524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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