Html Css Color HEX #4A171B Bordeaux

📋 copy color: '#4A171B'

red 74 ◦ green 23 ◦ blue 27

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

Shades of Bordeaux #4A171B

Tints of Bordeaux #4A171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 59.68%
G = 18.55%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4A171B (or 0x4A171B) is known color: Bordeaux. HEX triplet: 4A, 17 and 1B. RGB value is (74,23,27). Sum of RGB (Red+Green+Blue) = 74+23+27=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A171B is #B5E8E4. Grayscale: #262626. Windows color (decimal): -11921637 or 1775434. OLE color: 1775434.

HSL color Cylindrical-coordinate representation of color #4A171B: hue angle of 355.29º 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 #4A171B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 23 27 -
CMYK 0 0.69 0.64 0.71
HSL 355.29º 0.53% 0.19% -
HSV(B) 355.29º 0.69% 0.29% -
XYZ 3.33 2.15 1.28 -
YUV 38.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 74 23 27 0 0.69 0.64 0.71 355.29 0.53 0.19
Hex 4A 17 1B 0 45 40 47 163 35 13
Octal 112 27 33 0 105 100 107 543 65 23
Binary 1001010 10111 11011 0 1000101 1000000 1000111 101100011 110101 10011

Color Harmonies of #4A171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A171B

Black with #4A171B

Text Example


Text Example

White with #4A171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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