Html Css Color HEX #4C0D1F Bordeaux

📋 copy color: '#4C0D1F'

red 76 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #4C0D1F

Tints of Bordeaux #4C0D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.83%

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

R = 63.33%
G = 10.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C0D1F (or 0x4C0D1F) is known color: Bordeaux. HEX triplet: 4C, 0D and 1F. RGB value is (76,13,31). Sum of RGB (Red+Green+Blue) = 76+13+31=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0D1F is #B3F2E0. Grayscale: #212121. Windows color (decimal): -11793121 or 2035020. OLE color: 2035020.

HSL color Cylindrical-coordinate representation of color #4C0D1F: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C0D1F is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 13 31 -
CMYK 0 0.83 0.59 0.70
HSL 342.86º 0.71% 0.17% -
HSV(B) 342.86º 0.83% 0.3% -
XYZ 3.37 1.92 1.49 -
YUV 33.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 76 13 31 0 0.83 0.59 0.70 342.86 0.71 0.17
Hex 4C D 1F 0 53 3B 46 157 47 11
Octal 114 15 37 0 123 73 106 527 107 21
Binary 1001100 1101 11111 0 1010011 111011 1000110 101010111 1000111 10001

Color Harmonies of #4C0D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0D1F

Black with #4C0D1F

Text Example


Text Example

White with #4C0D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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