Html Css Color HEX #4E1524 Bordeaux

📋 copy color: '#4E1524'

red 78 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #4E1524

Tints of Bordeaux #4E1524

RGB

 RED value IS 78 (30.86% from 255) = 57.78%

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

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

R = 57.78%
G = 15.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#4E1524 (or 0x4E1524) is known color: Bordeaux. HEX triplet: 4E, 15 and 24. RGB value is (78,21,36). Sum of RGB (Red+Green+Blue) = 78+21+36=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1524 is #B1EADB. Grayscale: #272727. Windows color (decimal): -11659996 or 2364750. OLE color: 2364750.

HSL color Cylindrical-coordinate representation of color #4E1524: hue angle of 344.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E1524 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 21 36 -
CMYK 0 0.73 0.54 0.69
HSL 344.21º 0.58% 0.19% -
HSV(B) 344.21º 0.73% 0.31% -
XYZ 3.73 2.28 1.91 -
YUV 39.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 78 21 36 0 0.73 0.54 0.69 344.21 0.58 0.19
Hex 4E 15 24 0 49 36 45 158 3A 13
Octal 116 25 44 0 111 66 105 530 72 23
Binary 1001110 10101 100100 0 1001001 110110 1000101 101011000 111010 10011

Color Harmonies of #4E1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1524

Black with #4E1524

Text Example


Text Example

White with #4E1524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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