Html Css Color HEX #4C2029 Bordeaux

📋 copy color: '#4C2029'

red 76 ◦ green 32 ◦ blue 41

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

Shades of Bordeaux #4C2029

Tints of Bordeaux #4C2029

RGB

 RED value IS 76 (30.08% from 255) = 51.01%

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 51.01%
G = 21.48%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C2029 (or 0x4C2029) is known color: Bordeaux. HEX triplet: 4C, 20 and 29. RGB value is (76,32,41). Sum of RGB (Red+Green+Blue) = 76+32+41=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2029 is #B3DFD6. Grayscale: #2E2E2E. Windows color (decimal): -11788247 or 2695244. OLE color: 2695244.

HSL color Cylindrical-coordinate representation of color #4C2029: hue angle of 347.73º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2029 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 32 41 -
CMYK 0 0.58 0.46 0.70
HSL 347.73º 0.41% 0.21% -
HSV(B) 347.73º 0.58% 0.3% -
XYZ 3.9 2.73 2.42 -
YUV 46.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 76 32 41 0 0.58 0.46 0.70 347.73 0.41 0.21
Hex 4C 20 29 0 3A 2E 46 15C 29 15
Octal 114 40 51 0 72 56 106 534 51 25
Binary 1001100 100000 101001 0 111010 101110 1000110 101011100 101001 10101

Color Harmonies of #4C2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2029

Black with #4C2029

Text Example


Text Example

White with #4C2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,41); }

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

background-color css

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

 a { background-color: rgb(76,32,41); }

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

border-color css

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

 span { border-color: rgb(76,32,41); }

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