Html Css Color HEX #4C081B Bordeaux

📋 copy color: '#4C081B'

red 76 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #4C081B

Tints of Bordeaux #4C081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 68.47%
G = 7.21%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4C081B (or 0x4C081B) is known color: Bordeaux. HEX triplet: 4C, 08 and 1B. RGB value is (76,8,27). Sum of RGB (Red+Green+Blue) = 76+8+27=111 (14% of max value = 765). Red value is 76 (30.08% from 255 or 68.47% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 76 - color contains mainly: red. Hex color #4C081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C081B is #B3F7E4. Grayscale: #1E1E1E. Windows color (decimal): -11794405 or 1771596. OLE color: 1771596.

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

Color convert

RGB 76 8 27 -
CMYK 0 0.89 0.64 0.70
HSL 343.24º 0.81% 0.16% -
HSV(B) 343.24º 0.89% 0.3% -
XYZ 3.27 1.79 1.21 -
YUV 30.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 76 8 27 0 0.89 0.64 0.70 343.24 0.81 0.16
Hex 4C 8 1B 0 59 40 46 157 51 10
Octal 114 10 33 0 131 100 106 527 121 20
Binary 1001100 1000 11011 0 1011001 1000000 1000110 101010111 1010001 10000

Color Harmonies of #4C081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C081B

Black with #4C081B

Text Example


Text Example

White with #4C081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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