Html Css Color HEX #4E1025 Bordeaux

📋 copy color: '#4E1025'

red 78 ◦ green 16 ◦ blue 37

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

Shades of Bordeaux #4E1025

Tints of Bordeaux #4E1025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 59.54%
G = 12.21%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#4E1025 (or 0x4E1025) is known color: Bordeaux. HEX triplet: 4E, 10 and 25. RGB value is (78,16,37). Sum of RGB (Red+Green+Blue) = 78+16+37=131 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.54% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1025 is #B1EFDA. Grayscale: #242424. Windows color (decimal): -11661275 or 2429006. OLE color: 2429006.

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

Color convert

RGB 78 16 37 -
CMYK 0 0.79 0.53 0.69
HSL 339.68º 0.66% 0.18% -
HSV(B) 339.68º 0.79% 0.31% -
XYZ 3.66 2.12 1.97 -
YUV 36.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 78 16 37 0 0.79 0.53 0.69 339.68 0.66 0.18
Hex 4E 10 25 0 4F 35 45 154 42 12
Octal 116 20 45 0 117 65 105 524 102 22
Binary 1001110 10000 100101 0 1001111 110101 1000101 101010100 1000010 10010

Color Harmonies of #4E1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1025

Black with #4E1025

Text Example


Text Example

White with #4E1025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,37); }

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

background-color css

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

 a { background-color: rgb(78,16,37); }

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

border-color css

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

 span { border-color: rgb(78,16,37); }

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