Html Css Color HEX #4A181B Bordeaux

📋 copy color: '#4A181B'

red 74 ◦ green 24 ◦ blue 27

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

Shades of Bordeaux #4A181B

Tints of Bordeaux #4A181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.2%

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

R = 59.2%
G = 19.2%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4A181B (or 0x4A181B) is known color: Bordeaux. HEX triplet: 4A, 18 and 1B. RGB value is (74,24,27). Sum of RGB (Red+Green+Blue) = 74+24+27=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A181B is #B5E7E4. Grayscale: #272727. Windows color (decimal): -11921381 or 1775690. OLE color: 1775690.

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

Color convert

RGB 74 24 27 -
CMYK 0 0.68 0.64 0.71
HSL 356.4º 0.51% 0.19% -
HSV(B) 356.4º 0.68% 0.29% -
XYZ 3.35 2.19 1.28 -
YUV 39.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 74 24 27 0 0.68 0.64 0.71 356.4 0.51 0.19
Hex 4A 18 1B 0 44 40 47 164 33 13
Octal 112 30 33 0 104 100 107 544 63 23
Binary 1001010 11000 11011 0 1000100 1000000 1000111 101100100 110011 10011

Color Harmonies of #4A181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A181B

Black with #4A181B

Text Example


Text Example

White with #4A181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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