Html Css Color HEX #4C1721 Bordeaux

📋 copy color: '#4C1721'

red 76 ◦ green 23 ◦ blue 33

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

Shades of Bordeaux #4C1721

Tints of Bordeaux #4C1721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25%

R = 57.58%
G = 17.42%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C1721 (or 0x4C1721) is known color: Bordeaux. HEX triplet: 4C, 17 and 21. RGB value is (76,23,33). Sum of RGB (Red+Green+Blue) = 76+23+33=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1721 is #B3E8DE. Grayscale: #282828. Windows color (decimal): -11790559 or 2168652. OLE color: 2168652.

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

Color convert

RGB 76 23 33 -
CMYK 0 0.70 0.57 0.70
HSL 348.68º 0.54% 0.19% -
HSV(B) 348.68º 0.7% 0.3% -
XYZ 3.56 2.26 1.69 -
YUV 39.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 76 23 33 0 0.70 0.57 0.70 348.68 0.54 0.19
Hex 4C 17 21 0 46 39 46 15D 36 13
Octal 114 27 41 0 106 71 106 535 66 23
Binary 1001100 10111 100001 0 1000110 111001 1000110 101011101 110110 10011

Color Harmonies of #4C1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1721

Black with #4C1721

Text Example


Text Example

White with #4C1721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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