Html Css Color HEX #4C031B Bordeaux

📋 copy color: '#4C031B'

red 76 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #4C031B

Tints of Bordeaux #4C031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.83%

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

R = 71.7%
G = 2.83%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C031B (or 0x4C031B) is known color: Bordeaux. HEX triplet: 4C, 03 and 1B. RGB value is (76,3,27). Sum of RGB (Red+Green+Blue) = 76+3+27=106 (14% of max value = 765). Red value is 76 (30.08% from 255 or 71.70% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 76 - color contains mainly: red. Hex color #4C031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C031B is #B3FCE4. Grayscale: #1B1B1B. Windows color (decimal): -11795685 or 1770316. OLE color: 1770316.

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

Color convert

RGB 76 3 27 -
CMYK 0 0.96 0.64 0.70
HSL 340.27º 0.92% 0.15% -
HSV(B) 340.27º 0.96% 0.3% -
XYZ 3.21 1.68 1.19 -
YUV 27.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 76 3 27 0 0.96 0.64 0.70 340.27 0.92 0.15
Hex 4C 3 1B 0 60 40 46 154 5C F
Octal 114 3 33 0 140 100 106 524 134 17
Binary 1001100 11 11011 0 1100000 1000000 1000110 101010100 1011100 1111

Color Harmonies of #4C031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C031B

Black with #4C031B

Text Example


Text Example

White with #4C031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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