Html Css Color HEX #4C1826 Bordeaux

📋 copy color: '#4C1826'

red 76 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #4C1826

Tints of Bordeaux #4C1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

 BLUE value IS 38 (15.23% from 255) = 27.54%

R = 55.07%
G = 17.39%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C1826 (or 0x4C1826) is known color: Bordeaux. HEX triplet: 4C, 18 and 26. RGB value is (76,24,38). Sum of RGB (Red+Green+Blue) = 76+24+38=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1826 is #B3E7D9. Grayscale: #292929. Windows color (decimal): -11790298 or 2496588. OLE color: 2496588.

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

Color convert

RGB 76 24 38 -
CMYK 0 0.68 0.5 0.70
HSL 343.85º 0.52% 0.2% -
HSV(B) 343.85º 0.68% 0.3% -
XYZ 3.66 2.33 2.09 -
YUV 41.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 76 24 38 0 0.68 0.5 0.70 343.85 0.52 0.2
Hex 4C 18 26 0 44 32 46 158 34 14
Octal 114 30 46 0 104 62 106 530 64 24
Binary 1001100 11000 100110 0 1000100 110010 1000110 101011000 110100 10100

Color Harmonies of #4C1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1826

Black with #4C1826

Text Example


Text Example

White with #4C1826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,38); }

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

background-color css

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

 a { background-color: rgb(76,24,38); }

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

border-color css

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

 span { border-color: rgb(76,24,38); }

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