Html Css Color HEX #4C0813 Bordeaux

📋 copy color: '#4C0813'

red 76 ◦ green 8 ◦ blue 19

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

Shades of Bordeaux #4C0813

Tints of Bordeaux #4C0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.45%

R = 73.79%
G = 7.77%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C0813 (or 0x4C0813) is known color: Bordeaux. HEX triplet: 4C, 08 and 13. RGB value is (76,8,19). Sum of RGB (Red+Green+Blue) = 76+8+19=103 (13% of max value = 765). Red value is 76 (30.08% from 255 or 73.79% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0813 is #B3F7EC. Grayscale: #1D1D1D. Windows color (decimal): -11794413 or 1247308. OLE color: 1247308.

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

Color convert

RGB 76 8 19 -
CMYK 0 0.89 0.75 0.70
HSL 350.29º 0.81% 0.16% -
HSV(B) 350.29º 0.89% 0.3% -
XYZ 3.18 1.76 0.79 -
YUV 29.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 76 8 19 0 0.89 0.75 0.70 350.29 0.81 0.16
Hex 4C 8 13 0 59 4B 46 15E 51 10
Octal 114 10 23 0 131 113 106 536 121 20
Binary 1001100 1000 10011 0 1011001 1001011 1000110 101011110 1010001 10000

Color Harmonies of #4C0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0813

Black with #4C0813

Text Example


Text Example

White with #4C0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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