Html Css Color HEX #4A1C28 Bordeaux

📋 copy color: '#4A1C28'

red 74 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #4A1C28

Tints of Bordeaux #4A1C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.72%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 52.11%
G = 19.72%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#4A1C28 (or 0x4A1C28) is known color: Bordeaux. HEX triplet: 4A, 1C and 28. RGB value is (74,28,40). Sum of RGB (Red+Green+Blue) = 74+28+40=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C28 is #B5E3D7. Grayscale: #2B2B2B. Windows color (decimal): -11920344 or 2628682. OLE color: 2628682.

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

Color convert

RGB 74 28 40 -
CMYK 0 0.62 0.46 0.71
HSL 344.35º 0.45% 0.2% -
HSV(B) 344.35º 0.62% 0.29% -
XYZ 3.62 2.44 2.29 -
YUV 43.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 74 28 40 0 0.62 0.46 0.71 344.35 0.45 0.2
Hex 4A 1C 28 0 3E 2E 47 158 2D 14
Octal 112 34 50 0 76 56 107 530 55 24
Binary 1001010 11100 101000 0 111110 101110 1000111 101011000 101101 10100

Color Harmonies of #4A1C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C28

Black with #4A1C28

Text Example


Text Example

White with #4A1C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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