Html Css Color HEX #4E1622 Bordeaux

📋 copy color: '#4E1622'

red 78 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #4E1622

Tints of Bordeaux #4E1622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 58.21%
G = 16.42%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4E1622 (or 0x4E1622) is known color: Bordeaux. HEX triplet: 4E, 16 and 22. RGB value is (78,22,34). Sum of RGB (Red+Green+Blue) = 78+22+34=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1622 is #B1E9DD. Grayscale: #282828. Windows color (decimal): -11659742 or 2233934. OLE color: 2233934.

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

Color convert

RGB 78 22 34 -
CMYK 0 0.72 0.56 0.69
HSL 347.14º 0.56% 0.2% -
HSV(B) 347.14º 0.72% 0.31% -
XYZ 3.72 2.31 1.76 -
YUV 40.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 78 22 34 0 0.72 0.56 0.69 347.14 0.56 0.2
Hex 4E 16 22 0 48 38 45 15B 38 14
Octal 116 26 42 0 110 70 105 533 70 24
Binary 1001110 10110 100010 0 1001000 111000 1000101 101011011 111000 10100

Color Harmonies of #4E1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1622

Black with #4E1622

Text Example


Text Example

White with #4E1622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,22,34); }

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

background-color css

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

 a { background-color: rgb(78,22,34); }

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

border-color css

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

 span { border-color: rgb(78,22,34); }

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