Html Css Color HEX #4C1A23 Bordeaux

📋 copy color: '#4C1A23'

red 76 ◦ green 26 ◦ blue 35

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

Shades of Bordeaux #4C1A23

Tints of Bordeaux #4C1A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 55.47%
G = 18.98%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C1A23 (or 0x4C1A23) is known color: Bordeaux. HEX triplet: 4C, 1A and 23. RGB value is (76,26,35). Sum of RGB (Red+Green+Blue) = 76+26+35=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A23 is #B3E5DC. Grayscale: #292929. Windows color (decimal): -11789789 or 2300492. OLE color: 2300492.

HSL color Cylindrical-coordinate representation of color #4C1A23: hue angle of 349.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 #4C1A23 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 26 35 -
CMYK 0 0.66 0.54 0.70
HSL 349.2º 0.49% 0.2% -
HSV(B) 349.2º 0.66% 0.3% -
XYZ 3.65 2.4 1.86 -
YUV 41.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 76 26 35 0 0.66 0.54 0.70 349.2 0.49 0.2
Hex 4C 1A 23 0 42 36 46 15D 31 14
Octal 114 32 43 0 102 66 106 535 61 24
Binary 1001100 11010 100011 0 1000010 110110 1000110 101011101 110001 10100

Color Harmonies of #4C1A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A23

Black with #4C1A23

Text Example


Text Example

White with #4C1A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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