Html Css Color HEX #4C141B Bordeaux

📋 copy color: '#4C141B'

red 76 ◦ green 20 ◦ blue 27

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

Shades of Bordeaux #4C141B

Tints of Bordeaux #4C141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

 BLUE value IS 27 (10.94% from 255) = 21.95%

R = 61.79%
G = 16.26%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C141B (or 0x4C141B) is known color: Bordeaux. HEX triplet: 4C, 14 and 1B. RGB value is (76,20,27). Sum of RGB (Red+Green+Blue) = 76+20+27=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C141B is #B3EBE4. Grayscale: #252525. Windows color (decimal): -11791333 or 1774668. OLE color: 1774668.

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

Color convert

RGB 76 20 27 -
CMYK 0 0.74 0.64 0.70
HSL 352.5º 0.58% 0.19% -
HSV(B) 352.5º 0.74% 0.3% -
XYZ 3.43 2.12 1.26 -
YUV 37.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 76 20 27 0 0.74 0.64 0.70 352.5 0.58 0.19
Hex 4C 14 1B 0 4A 40 46 160 3A 13
Octal 114 24 33 0 112 100 106 540 72 23
Binary 1001100 10100 11011 0 1001010 1000000 1000110 101100000 111010 10011

Color Harmonies of #4C141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C141B

Black with #4C141B

Text Example


Text Example

White with #4C141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,27); }

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

background-color css

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

 a { background-color: rgb(76,20,27); }

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

border-color css

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

 span { border-color: rgb(76,20,27); }

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