Html Css Color HEX #4C1323 Bordeaux

📋 copy color: '#4C1323'

red 76 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #4C1323

Tints of Bordeaux #4C1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.62%

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

R = 58.46%
G = 14.62%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.70

RGB Variations

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

Color information

#4C1323 (or 0x4C1323) is known color: Bordeaux. HEX triplet: 4C, 13 and 23. RGB value is (76,19,35). Sum of RGB (Red+Green+Blue) = 76+19+35=130 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.46% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1323 is #B3ECDC. Grayscale: #252525. Windows color (decimal): -11791581 or 2298700. OLE color: 2298700.

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

Color convert

RGB 76 19 35 -
CMYK 0 0.75 0.54 0.70
HSL 343.16º 0.6% 0.19% -
HSV(B) 343.16º 0.75% 0.3% -
XYZ 3.52 2.12 1.81 -
YUV 37.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 76 19 35 0 0.75 0.54 0.70 343.16 0.6 0.19
Hex 4C 13 23 0 4B 36 46 157 3C 13
Octal 114 23 43 0 113 66 106 527 74 23
Binary 1001100 10011 100011 0 1001011 110110 1000110 101010111 111100 10011

Color Harmonies of #4C1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1323

Black with #4C1323

Text Example


Text Example

White with #4C1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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