Html Css Color HEX #4A191C Bordeaux

📋 copy color: '#4A191C'

red 74 ◦ green 25 ◦ blue 28

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

Shades of Bordeaux #4A191C

Tints of Bordeaux #4A191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 58.27%
G = 19.69%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#4A191C (or 0x4A191C) is known color: Bordeaux. HEX triplet: 4A, 19 and 1C. RGB value is (74,25,28). Sum of RGB (Red+Green+Blue) = 74+25+28=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A191C is #B5E6E3. Grayscale: #282828. Windows color (decimal): -11921124 or 1841482. OLE color: 1841482.

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

Color convert

RGB 74 25 28 -
CMYK 0 0.66 0.62 0.71
HSL 356.33º 0.49% 0.19% -
HSV(B) 356.33º 0.66% 0.29% -
XYZ 3.38 2.23 1.35 -
YUV 39.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 74 25 28 0 0.66 0.62 0.71 356.33 0.49 0.19
Hex 4A 19 1C 0 42 3E 47 164 31 13
Octal 112 31 34 0 102 76 107 544 61 23
Binary 1001010 11001 11100 0 1000010 111110 1000111 101100100 110001 10011

Color Harmonies of #4A191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A191C

Black with #4A191C

Text Example


Text Example

White with #4A191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,28); }

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

background-color css

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

 a { background-color: rgb(74,25,28); }

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

border-color css

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

 span { border-color: rgb(74,25,28); }

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