Html Css Color HEX #4C0820 Bordeaux

📋 copy color: '#4C0820'

red 76 ◦ green 8 ◦ blue 32

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

Shades of Bordeaux #4C0820

Tints of Bordeaux #4C0820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 65.52%
G = 6.9%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4C0820 (or 0x4C0820) is known color: Bordeaux. HEX triplet: 4C, 08 and 20. RGB value is (76,8,32). Sum of RGB (Red+Green+Blue) = 76+8+32=116 (15% of max value = 765). Red value is 76 (30.08% from 255 or 65.52% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0820 is #B3F7DF. Grayscale: #1F1F1F. Windows color (decimal): -11794400 or 2099276. OLE color: 2099276.

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

Color convert

RGB 76 8 32 -
CMYK 0 0.89 0.58 0.70
HSL 338.82º 0.81% 0.16% -
HSV(B) 338.82º 0.89% 0.3% -
XYZ 3.33 1.81 1.54 -
YUV 31.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 76 8 32 0 0.89 0.58 0.70 338.82 0.81 0.16
Hex 4C 8 20 0 59 3A 46 153 51 10
Octal 114 10 40 0 131 72 106 523 121 20
Binary 1001100 1000 100000 0 1011001 111010 1000110 101010011 1010001 10000

Color Harmonies of #4C0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0820

Black with #4C0820

Text Example


Text Example

White with #4C0820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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