Html Css Color HEX #4C151A Bordeaux

📋 copy color: '#4C151A'

red 76 ◦ green 21 ◦ blue 26

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

Shades of Bordeaux #4C151A

Tints of Bordeaux #4C151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 61.79%
G = 17.07%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#4C151A (or 0x4C151A) is known color: Bordeaux. HEX triplet: 4C, 15 and 1A. RGB value is (76,21,26). Sum of RGB (Red+Green+Blue) = 76+21+26=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C151A is #B3EAE5. Grayscale: #262626. Windows color (decimal): -11791078 or 1709388. OLE color: 1709388.

HSL color Cylindrical-coordinate representation of color #4C151A: hue angle of 354.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C151A is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 21 26 -
CMYK 0 0.72 0.66 0.70
HSL 354.55º 0.57% 0.19% -
HSV(B) 354.55º 0.72% 0.3% -
XYZ 3.44 2.15 1.21 -
YUV 38.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 76 21 26 0 0.72 0.66 0.70 354.55 0.57 0.19
Hex 4C 15 1A 0 48 42 46 163 39 13
Octal 114 25 32 0 110 102 106 543 71 23
Binary 1001100 10101 11010 0 1001000 1000010 1000110 101100011 111001 10011

Color Harmonies of #4C151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C151A

Black with #4C151A

Text Example


Text Example

White with #4C151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,26); }

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

background-color css

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

 a { background-color: rgb(76,21,26); }

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

border-color css

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

 span { border-color: rgb(76,21,26); }

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