Html Css Color HEX #4A2028 Bordeaux

📋 copy color: '#4A2028'

red 74 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #4A2028

Tints of Bordeaux #4A2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.92%

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

R = 50.68%
G = 21.92%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#4A2028 (or 0x4A2028) is known color: Bordeaux. HEX triplet: 4A, 20 and 28. RGB value is (74,32,40). Sum of RGB (Red+Green+Blue) = 74+32+40=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2028 is #B5DFD7. Grayscale: #2D2D2D. Windows color (decimal): -11919320 or 2629706. OLE color: 2629706.

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

Color convert

RGB 74 32 40 -
CMYK 0 0.57 0.46 0.71
HSL 348.57º 0.4% 0.21% -
HSV(B) 348.57º 0.57% 0.29% -
XYZ 3.72 2.64 2.32 -
YUV 45.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 74 32 40 0 0.57 0.46 0.71 348.57 0.4 0.21
Hex 4A 20 28 0 39 2E 47 15D 28 15
Octal 112 40 50 0 71 56 107 535 50 25
Binary 1001010 100000 101000 0 111001 101110 1000111 101011101 101000 10101

Color Harmonies of #4A2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2028

Black with #4A2028

Text Example


Text Example

White with #4A2028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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