Html Css Color HEX #4C1723 Bordeaux

📋 copy color: '#4C1723'

red 76 ◦ green 23 ◦ blue 35

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

Shades of Bordeaux #4C1723

Tints of Bordeaux #4C1723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

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

R = 56.72%
G = 17.16%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C1723 (or 0x4C1723) is known color: Bordeaux. HEX triplet: 4C, 17 and 23. RGB value is (76,23,35). Sum of RGB (Red+Green+Blue) = 76+23+35=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1723 is #B3E8DC. Grayscale: #282828. Windows color (decimal): -11790557 or 2299724. OLE color: 2299724.

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

Color convert

RGB 76 23 35 -
CMYK 0 0.70 0.54 0.70
HSL 346.42º 0.54% 0.19% -
HSV(B) 346.42º 0.7% 0.3% -
XYZ 3.59 2.27 1.84 -
YUV 40.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 76 23 35 0 0.70 0.54 0.70 346.42 0.54 0.19
Hex 4C 17 23 0 46 36 46 15A 36 13
Octal 114 27 43 0 106 66 106 532 66 23
Binary 1001100 10111 100011 0 1000110 110110 1000110 101011010 110110 10011

Color Harmonies of #4C1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1723

Black with #4C1723

Text Example


Text Example

White with #4C1723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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