Html Css Color HEX #4C051D Bordeaux

📋 copy color: '#4C051D'

red 76 ◦ green 5 ◦ blue 29

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

Shades of Bordeaux #4C051D

Tints of Bordeaux #4C051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 69.09%
G = 4.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4C051D (or 0x4C051D) is known color: Bordeaux. HEX triplet: 4C, 05 and 1D. RGB value is (76,5,29). Sum of RGB (Red+Green+Blue) = 76+5+29=110 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.09% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 76 - color contains mainly: red. Hex color #4C051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C051D is #B3FAE2. Grayscale: #1C1C1C. Windows color (decimal): -11795171 or 1901900. OLE color: 1901900.

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

Color convert

RGB 76 5 29 -
CMYK 0 0.93 0.62 0.70
HSL 339.72º 0.88% 0.16% -
HSV(B) 339.72º 0.93% 0.3% -
XYZ 3.26 1.73 1.33 -
YUV 28.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 76 5 29 0 0.93 0.62 0.70 339.72 0.88 0.16
Hex 4C 5 1D 0 5D 3E 46 154 58 10
Octal 114 5 35 0 135 76 106 524 130 20
Binary 1001100 101 11101 0 1011101 111110 1000110 101010100 1011000 10000

Color Harmonies of #4C051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C051D

Black with #4C051D

Text Example


Text Example

White with #4C051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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