Html Css Color HEX #4C081A Bordeaux

📋 copy color: '#4C081A'

red 76 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #4C081A

Tints of Bordeaux #4C081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 69.09%
G = 7.27%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C081A (or 0x4C081A) is known color: Bordeaux. HEX triplet: 4C, 08 and 1A. RGB value is (76,8,26). Sum of RGB (Red+Green+Blue) = 76+8+26=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C081A is #B3F7E5. Grayscale: #1E1E1E. Windows color (decimal): -11794406 or 1706060. OLE color: 1706060.

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

Color convert

RGB 76 8 26 -
CMYK 0 0.89 0.66 0.70
HSL 344.12º 0.81% 0.16% -
HSV(B) 344.12º 0.89% 0.3% -
XYZ 3.25 1.78 1.15 -
YUV 30.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 76 8 26 0 0.89 0.66 0.70 344.12 0.81 0.16
Hex 4C 8 1A 0 59 42 46 158 51 10
Octal 114 10 32 0 131 102 106 530 121 20
Binary 1001100 1000 11010 0 1011001 1000010 1000110 101011000 1010001 10000

Color Harmonies of #4C081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C081A

Black with #4C081A

Text Example


Text Example

White with #4C081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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