Html Css Color HEX #4C1E2B Bordeaux

📋 copy color: '#4C1E2B'

red 76 ◦ green 30 ◦ blue 43

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

Shades of Bordeaux #4C1E2B

Tints of Bordeaux #4C1E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 43 (17.19% from 255) = 28.86%

R = 51.01%
G = 20.13%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C1E2B (or 0x4C1E2B) is known color: Bordeaux. HEX triplet: 4C, 1E and 2B. RGB value is (76,30,43). Sum of RGB (Red+Green+Blue) = 76+30+43=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1E2B is #B3E1D4. Grayscale: #2D2D2D. Windows color (decimal): -11788757 or 2825804. OLE color: 2825804.

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

Color convert

RGB 76 30 43 -
CMYK 0 0.61 0.43 0.70
HSL 343.04º 0.43% 0.21% -
HSV(B) 343.04º 0.61% 0.3% -
XYZ 3.88 2.64 2.59 -
YUV 45.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 76 30 43 0 0.61 0.43 0.70 343.04 0.43 0.21
Hex 4C 1E 2B 0 3D 2B 46 157 2B 15
Octal 114 36 53 0 75 53 106 527 53 25
Binary 1001100 11110 101011 0 111101 101011 1000110 101010111 101011 10101

Color Harmonies of #4C1E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E2B

Black with #4C1E2B

Text Example


Text Example

White with #4C1E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,30,43); }

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

background-color css

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

 a { background-color: rgb(76,30,43); }

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

border-color css

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

 span { border-color: rgb(76,30,43); }

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