Html Css Color HEX #4E1323 Bordeaux

📋 copy color: '#4E1323'

red 78 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #4E1323

Tints of Bordeaux #4E1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 59.09%
G = 14.39%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#4E1323 (or 0x4E1323) is known color: Bordeaux. HEX triplet: 4E, 13 and 23. RGB value is (78,19,35). Sum of RGB (Red+Green+Blue) = 78+19+35=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1323 is #B1ECDC. Grayscale: #262626. Windows color (decimal): -11660509 or 2298702. OLE color: 2298702.

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

Color convert

RGB 78 19 35 -
CMYK 0 0.76 0.55 0.69
HSL 343.73º 0.61% 0.19% -
HSV(B) 343.73º 0.76% 0.31% -
XYZ 3.68 2.21 1.82 -
YUV 38.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 78 19 35 0 0.76 0.55 0.69 343.73 0.61 0.19
Hex 4E 13 23 0 4C 37 45 158 3D 13
Octal 116 23 43 0 114 67 105 530 75 23
Binary 1001110 10011 100011 0 1001100 110111 1000101 101011000 111101 10011

Color Harmonies of #4E1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1323

Black with #4E1323

Text Example


Text Example

White with #4E1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,19,35); }

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

background-color css

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

 a { background-color: rgb(78,19,35); }

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

border-color css

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

 span { border-color: rgb(78,19,35); }

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