Html Css Color HEX #4C081C Bordeaux

📋 copy color: '#4C081C'

red 76 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #4C081C

Tints of Bordeaux #4C081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25%

R = 67.86%
G = 7.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#4C081C (or 0x4C081C) is known color: Bordeaux. HEX triplet: 4C, 08 and 1C. RGB value is (76,8,28). Sum of RGB (Red+Green+Blue) = 76+8+28=112 (14% of max value = 765). Red value is 76 (30.08% from 255 or 67.86% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 76 - color contains mainly: red. Hex color #4C081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C081C is #B3F7E3. Grayscale: #1E1E1E. Windows color (decimal): -11794404 or 1837132. OLE color: 1837132.

HSL color Cylindrical-coordinate representation of color #4C081C: hue angle of 342.35º 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 #4C081C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 8 28 -
CMYK 0 0.89 0.63 0.70
HSL 342.35º 0.81% 0.16% -
HSV(B) 342.35º 0.89% 0.3% -
XYZ 3.28 1.79 1.27 -
YUV 30.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 76 8 28 0 0.89 0.63 0.70 342.35 0.81 0.16
Hex 4C 8 1C 0 59 3F 46 156 51 10
Octal 114 10 34 0 131 77 106 526 121 20
Binary 1001100 1000 11100 0 1011001 111111 1000110 101010110 1010001 10000

Color Harmonies of #4C081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C081C

Black with #4C081C

Text Example


Text Example

White with #4C081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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