Html Css Color HEX #4C1929 Bordeaux

📋 copy color: '#4C1929'

red 76 ◦ green 25 ◦ blue 41

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

Shades of Bordeaux #4C1929

Tints of Bordeaux #4C1929

RGB

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

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

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

R = 53.52%
G = 17.61%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C1929 (or 0x4C1929) is known color: Bordeaux. HEX triplet: 4C, 19 and 29. RGB value is (76,25,41). Sum of RGB (Red+Green+Blue) = 76+25+41=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1929 is #B3E6D6. Grayscale: #2A2A2A. Windows color (decimal): -11790039 or 2693452. OLE color: 2693452.

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

Color convert

RGB 76 25 41 -
CMYK 0 0.67 0.46 0.70
HSL 341.18º 0.5% 0.2% -
HSV(B) 341.18º 0.67% 0.3% -
XYZ 3.73 2.39 2.36 -
YUV 42.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 76 25 41 0 0.67 0.46 0.70 341.18 0.5 0.2
Hex 4C 19 29 0 43 2E 46 155 32 14
Octal 114 31 51 0 103 56 106 525 62 24
Binary 1001100 11001 101001 0 1000011 101110 1000110 101010101 110010 10100

Color Harmonies of #4C1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1929

Black with #4C1929

Text Example


Text Example

White with #4C1929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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