Html Css Color HEX #4D1523 Bordeaux

📋 copy color: '#4D1523'

red 77 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #4D1523

Tints of Bordeaux #4D1523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 57.89%
G = 15.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4D1523 (or 0x4D1523) is known color: Bordeaux. HEX triplet: 4D, 15 and 23. RGB value is (77,21,35). Sum of RGB (Red+Green+Blue) = 77+21+35=133 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.89% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1523 is #B2EADC. Grayscale: #272727. Windows color (decimal): -11725533 or 2299213. OLE color: 2299213.

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

Color convert

RGB 77 21 35 -
CMYK 0 0.73 0.55 0.70
HSL 345º 0.57% 0.19% -
HSV(B) 345º 0.73% 0.3% -
XYZ 3.63 2.24 1.83 -
YUV 39.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 77 21 35 0 0.73 0.55 0.70 345 0.57 0.19
Hex 4D 15 23 0 49 37 46 159 39 13
Octal 115 25 43 0 111 67 106 531 71 23
Binary 1001101 10101 100011 0 1001001 110111 1000110 101011001 111001 10011

Color Harmonies of #4D1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1523

Black with #4D1523

Text Example


Text Example

White with #4D1523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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