Html Css Color HEX #4C031E Bordeaux

📋 copy color: '#4C031E'

red 76 ◦ green 3 ◦ blue 30

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

Shades of Bordeaux #4C031E

Tints of Bordeaux #4C031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

 BLUE value IS 30 (12.11% from 255) = 27.52%

R = 69.72%
G = 2.75%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C031E (or 0x4C031E) is known color: Bordeaux. HEX triplet: 4C, 03 and 1E. RGB value is (76,3,30). Sum of RGB (Red+Green+Blue) = 76+3+30=109 (14% of max value = 765). Red value is 76 (30.08% from 255 or 69.72% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 76 - color contains mainly: red. Hex color #4C031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C031E is #B3FCE1. Grayscale: #1B1B1B. Windows color (decimal): -11795682 or 1966924. OLE color: 1966924.

HSL color Cylindrical-coordinate representation of color #4C031E: hue angle of 337.81º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C031E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 3 30 -
CMYK 0 0.96 0.61 0.70
HSL 337.81º 0.92% 0.15% -
HSV(B) 337.81º 0.96% 0.3% -
XYZ 3.25 1.7 1.38 -
YUV 27.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 76 3 30 0 0.96 0.61 0.70 337.81 0.92 0.15
Hex 4C 3 1E 0 60 3D 46 152 5C F
Octal 114 3 36 0 140 75 106 522 134 17
Binary 1001100 11 11110 0 1100000 111101 1000110 101010010 1011100 1111

Color Harmonies of #4C031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C031E

Black with #4C031E

Text Example


Text Example

White with #4C031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,30); }

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

background-color css

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

 a { background-color: rgb(76,3,30); }

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

border-color css

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

 span { border-color: rgb(76,3,30); }

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