Html Css Color HEX #4E232A Bordeaux

📋 copy color: '#4E232A'

red 78 ◦ green 35 ◦ blue 42

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

Shades of Bordeaux #4E232A

Tints of Bordeaux #4E232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 50.32%
G = 22.58%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#4E232A (or 0x4E232A) is known color: Bordeaux. HEX triplet: 4E, 23 and 2A. RGB value is (78,35,42). Sum of RGB (Red+Green+Blue) = 78+35+42=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232A is #B1DCD5. Grayscale: #303030. Windows color (decimal): -11656406 or 2761550. OLE color: 2761550.

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

Color convert

RGB 78 35 42 -
CMYK 0 0.55 0.46 0.69
HSL 350.23º 0.38% 0.22% -
HSV(B) 350.23º 0.55% 0.31% -
XYZ 4.16 2.99 2.55 -
YUV 48.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 78 35 42 0 0.55 0.46 0.69 350.23 0.38 0.22
Hex 4E 23 2A 0 37 2E 45 15E 26 16
Octal 116 43 52 0 67 56 105 536 46 26
Binary 1001110 100011 101010 0 110111 101110 1000101 101011110 100110 10110

Color Harmonies of #4E232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E232A

Black with #4E232A

Text Example


Text Example

White with #4E232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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