Html Css Color HEX #4E0C23 Bordeaux

📋 copy color: '#4E0C23'

red 78 ◦ green 12 ◦ blue 35

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

Shades of Bordeaux #4E0C23

Tints of Bordeaux #4E0C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.6%

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

R = 62.4%
G = 9.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#4E0C23 (or 0x4E0C23) is known color: Bordeaux. HEX triplet: 4E, 0C and 23. RGB value is (78,12,35). Sum of RGB (Red+Green+Blue) = 78+12+35=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C23 is #B1F3DC. Grayscale: #222222. Windows color (decimal): -11662301 or 2296910. OLE color: 2296910.

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

Color convert

RGB 78 12 35 -
CMYK 0 0.85 0.55 0.69
HSL 339.09º 0.73% 0.18% -
HSV(B) 339.09º 0.85% 0.31% -
XYZ 3.58 2 1.79 -
YUV 34.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 78 12 35 0 0.85 0.55 0.69 339.09 0.73 0.18
Hex 4E C 23 0 55 37 45 153 49 12
Octal 116 14 43 0 125 67 105 523 111 22
Binary 1001110 1100 100011 0 1010101 110111 1000101 101010011 1001001 10010

Color Harmonies of #4E0C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C23

Black with #4E0C23

Text Example


Text Example

White with #4E0C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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