Html Css Color HEX #4C0312 Bordeaux

📋 copy color: '#4C0312'

red 76 ◦ green 3 ◦ blue 18

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

Shades of Bordeaux #4C0312

Tints of Bordeaux #4C0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.09%

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 78.35%
G = 3.09%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.70

RGB Variations

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

Color information

#4C0312 (or 0x4C0312) is known color: Bordeaux. HEX triplet: 4C, 03 and 12. RGB value is (76,3,18). Sum of RGB (Red+Green+Blue) = 76+3+18=97 (12% of max value = 765). Red value is 76 (30.08% from 255 or 78.35% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0312 is #B3FCED. Grayscale: #1A1A1A. Windows color (decimal): -11795694 or 1180492. OLE color: 1180492.

HSL color Cylindrical-coordinate representation of color #4C0312: hue angle of 347.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0312 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 3 18 -
CMYK 0 0.96 0.76 0.70
HSL 347.67º 0.92% 0.15% -
HSV(B) 347.67º 0.96% 0.3% -
XYZ 3.12 1.65 0.73 -
YUV 26.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 76 3 18 0 0.96 0.76 0.70 347.67 0.92 0.15
Hex 4C 3 12 0 60 4C 46 15C 5C F
Octal 114 3 22 0 140 114 106 534 134 17
Binary 1001100 11 10010 0 1100000 1001100 1000110 101011100 1011100 1111

Color Harmonies of #4C0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0312

Black with #4C0312

Text Example


Text Example

White with #4C0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,18); }

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

background-color css

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

 a { background-color: rgb(76,3,18); }

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

border-color css

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

 span { border-color: rgb(76,3,18); }

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