Html Css Color HEX #4A171E Bordeaux

📋 copy color: '#4A171E'

red 74 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #4A171E

Tints of Bordeaux #4A171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 58.27%
G = 18.11%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4A171E (or 0x4A171E) is known color: Bordeaux. HEX triplet: 4A, 17 and 1E. RGB value is (74,23,30). Sum of RGB (Red+Green+Blue) = 74+23+30=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A171E is #B5E8E1. Grayscale: #272727. Windows color (decimal): -11921634 or 1972042. OLE color: 1972042.

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

Color convert

RGB 74 23 30 -
CMYK 0 0.69 0.59 0.71
HSL 351.76º 0.53% 0.19% -
HSV(B) 351.76º 0.69% 0.29% -
XYZ 3.36 2.16 1.47 -
YUV 39.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 74 23 30 0 0.69 0.59 0.71 351.76 0.53 0.19
Hex 4A 17 1E 0 45 3B 47 160 35 13
Octal 112 27 36 0 105 73 107 540 65 23
Binary 1001010 10111 11110 0 1000101 111011 1000111 101100000 110101 10011

Color Harmonies of #4A171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A171E

Black with #4A171E

Text Example


Text Example

White with #4A171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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