Html Css Color HEX #4C1A1E Bordeaux

📋 copy color: '#4C1A1E'

red 76 ◦ green 26 ◦ blue 30

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

Shades of Bordeaux #4C1A1E

Tints of Bordeaux #4C1A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 57.58%
G = 19.7%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C1A1E (or 0x4C1A1E) is known color: Bordeaux. HEX triplet: 4C, 1A and 1E. RGB value is (76,26,30). Sum of RGB (Red+Green+Blue) = 76+26+30=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A1E is #B3E5E1. Grayscale: #292929. Windows color (decimal): -11789794 or 1972812. OLE color: 1972812.

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

Color convert

RGB 76 26 30 -
CMYK 0 0.66 0.61 0.70
HSL 355.2º 0.49% 0.2% -
HSV(B) 355.2º 0.66% 0.3% -
XYZ 3.58 2.37 1.5 -
YUV 41.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 76 26 30 0 0.66 0.61 0.70 355.2 0.49 0.2
Hex 4C 1A 1E 0 42 3D 46 163 31 14
Octal 114 32 36 0 102 75 106 543 61 24
Binary 1001100 11010 11110 0 1000010 111101 1000110 101100011 110001 10100

Color Harmonies of #4C1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A1E

Black with #4C1A1E

Text Example


Text Example

White with #4C1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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