Html Css Color HEX #4C0514 Bordeaux

📋 copy color: '#4C0514'

red 76 ◦ green 5 ◦ blue 20

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

Shades of Bordeaux #4C0514

Tints of Bordeaux #4C0514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 75.25%
G = 4.95%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4C0514 (or 0x4C0514) is known color: Bordeaux. HEX triplet: 4C, 05 and 14. RGB value is (76,5,20). Sum of RGB (Red+Green+Blue) = 76+5+20=101 (13% of max value = 765). Red value is 76 (30.08% from 255 or 75.25% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C0514 is #B3FAEB. Grayscale: #1B1B1B. Windows color (decimal): -11795180 or 1312076. OLE color: 1312076.

HSL color Cylindrical-coordinate representation of color #4C0514: hue angle of 347.32º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0514 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 5 20 -
CMYK 0 0.93 0.74 0.70
HSL 347.32º 0.88% 0.16% -
HSV(B) 347.32º 0.93% 0.3% -
XYZ 3.16 1.7 0.82 -
YUV 27.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 76 5 20 0 0.93 0.74 0.70 347.32 0.88 0.16
Hex 4C 5 14 0 5D 4A 46 15B 58 10
Octal 114 5 24 0 135 112 106 533 130 20
Binary 1001100 101 10100 0 1011101 1001010 1000110 101011011 1011000 10000

Color Harmonies of #4C0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0514

Black with #4C0514

Text Example


Text Example

White with #4C0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,20); }

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

background-color css

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

 a { background-color: rgb(76,5,20); }

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

border-color css

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

 span { border-color: rgb(76,5,20); }

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