Html Css Color HEX #4C0113 Bordeaux

📋 copy color: '#4C0113'

red 76 ◦ green 1 ◦ blue 19

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

Shades of Bordeaux #4C0113

Tints of Bordeaux #4C0113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.04%

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

R = 79.17%
G = 1.04%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C0113 (or 0x4C0113) is known color: Bordeaux. HEX triplet: 4C, 01 and 13. RGB value is (76,1,19). Sum of RGB (Red+Green+Blue) = 76+1+19=96 (12% of max value = 765). Red value is 76 (30.08% from 255 or 79.17% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0113 is #B3FEEC. Grayscale: #191919. Windows color (decimal): -11796205 or 1245516. OLE color: 1245516.

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

Color convert

RGB 76 1 19 -
CMYK 0 0.99 0.75 0.70
HSL 345.6º 0.97% 0.15% -
HSV(B) 345.6º 0.99% 0.3% -
XYZ 3.11 1.61 0.76 -
YUV 25.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 76 1 19 0 0.99 0.75 0.70 345.6 0.97 0.15
Hex 4C 1 13 0 63 4B 46 15A 61 F
Octal 114 1 23 0 143 113 106 532 141 17
Binary 1001100 1 10011 0 1100011 1001011 1000110 101011010 1100001 1111

Color Harmonies of #4C0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0113

Black with #4C0113

Text Example


Text Example

White with #4C0113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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