Html Css Color HEX #4E1A22 Bordeaux

📋 copy color: '#4E1A22'

red 78 ◦ green 26 ◦ blue 34

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

Shades of Bordeaux #4E1A22

Tints of Bordeaux #4E1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.84%

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

R = 56.52%
G = 18.84%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4E1A22 (or 0x4E1A22) is known color: Bordeaux. HEX triplet: 4E, 1A and 22. RGB value is (78,26,34). Sum of RGB (Red+Green+Blue) = 78+26+34=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A22 is #B1E5DD. Grayscale: #2A2A2A. Windows color (decimal): -11658718 or 2234958. OLE color: 2234958.

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

Color convert

RGB 78 26 34 -
CMYK 0 0.67 0.56 0.69
HSL 350.77º 0.5% 0.2% -
HSV(B) 350.77º 0.67% 0.31% -
XYZ 3.8 2.47 1.79 -
YUV 42.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 78 26 34 0 0.67 0.56 0.69 350.77 0.5 0.2
Hex 4E 1A 22 0 43 38 45 15F 32 14
Octal 116 32 42 0 103 70 105 537 62 24
Binary 1001110 11010 100010 0 1000011 111000 1000101 101011111 110010 10100

Color Harmonies of #4E1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1A22

Black with #4E1A22

Text Example


Text Example

White with #4E1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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