Html Css Color HEX #4C1A1F Bordeaux

📋 copy color: '#4C1A1F'

red 76 ◦ green 26 ◦ blue 31

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

Shades of Bordeaux #4C1A1F

Tints of Bordeaux #4C1A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 57.14%
G = 19.55%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C1A1F (or 0x4C1A1F) is known color: Bordeaux. HEX triplet: 4C, 1A and 1F. RGB value is (76,26,31). Sum of RGB (Red+Green+Blue) = 76+26+31=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A1F is #B3E5E0. Grayscale: #292929. Windows color (decimal): -11789793 or 2038348. OLE color: 2038348.

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

Color convert

RGB 76 26 31 -
CMYK 0 0.66 0.59 0.70
HSL 354º 0.49% 0.2% -
HSV(B) 354º 0.66% 0.3% -
XYZ 3.6 2.37 1.56 -
YUV 41.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 76 26 31 0 0.66 0.59 0.70 354 0.49 0.2
Hex 4C 1A 1F 0 42 3B 46 162 31 14
Octal 114 32 37 0 102 73 106 542 61 24
Binary 1001100 11010 11111 0 1000010 111011 1000110 101100010 110001 10100

Color Harmonies of #4C1A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A1F

Black with #4C1A1F

Text Example


Text Example

White with #4C1A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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