Html Css Color HEX #4A161E Bordeaux

📋 copy color: '#4A161E'

red 74 ◦ green 22 ◦ blue 30

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

Shades of Bordeaux #4A161E

Tints of Bordeaux #4A161E

RGB

 RED value IS 74 (29.3% from 255) = 58.73%

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

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 58.73%
G = 17.46%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4A161E (or 0x4A161E) is known color: Bordeaux. HEX triplet: 4A, 16 and 1E. RGB value is (74,22,30). Sum of RGB (Red+Green+Blue) = 74+22+30=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A161E is #B5E9E1. Grayscale: #262626. Windows color (decimal): -11921890 or 1971786. OLE color: 1971786.

HSL color Cylindrical-coordinate representation of color #4A161E: hue angle of 350.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A161E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 22 30 -
CMYK 0 0.70 0.59 0.71
HSL 350.77º 0.54% 0.19% -
HSV(B) 350.77º 0.7% 0.29% -
XYZ 3.35 2.12 1.46 -
YUV 38.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 74 22 30 0 0.70 0.59 0.71 350.77 0.54 0.19
Hex 4A 16 1E 0 46 3B 47 15F 36 13
Octal 112 26 36 0 106 73 107 537 66 23
Binary 1001010 10110 11110 0 1000110 111011 1000111 101011111 110110 10011

Color Harmonies of #4A161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A161E

Black with #4A161E

Text Example


Text Example

White with #4A161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,22,30); }

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

background-color css

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

 a { background-color: rgb(74,22,30); }

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

border-color css

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

 span { border-color: rgb(74,22,30); }

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