Html Css Color HEX #4E1723 Bordeaux

📋 copy color: '#4E1723'

red 78 ◦ green 23 ◦ blue 35

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

Shades of Bordeaux #4E1723

Tints of Bordeaux #4E1723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

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

R = 57.35%
G = 16.91%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#4E1723 (or 0x4E1723) is known color: Bordeaux. HEX triplet: 4E, 17 and 23. RGB value is (78,23,35). Sum of RGB (Red+Green+Blue) = 78+23+35=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1723 is #B1E8DC. Grayscale: #282828. Windows color (decimal): -11659485 or 2299726. OLE color: 2299726.

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

Color convert

RGB 78 23 35 -
CMYK 0 0.71 0.55 0.69
HSL 346.91º 0.54% 0.2% -
HSV(B) 346.91º 0.71% 0.31% -
XYZ 3.75 2.35 1.85 -
YUV 40.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 78 23 35 0 0.71 0.55 0.69 346.91 0.54 0.2
Hex 4E 17 23 0 47 37 45 15B 36 14
Octal 116 27 43 0 107 67 105 533 66 24
Binary 1001110 10111 100011 0 1000111 110111 1000101 101011011 110110 10100

Color Harmonies of #4E1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1723

Black with #4E1723

Text Example


Text Example

White with #4E1723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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