Html Css Color HEX #4C071F Bordeaux

📋 copy color: '#4C071F'

red 76 ◦ green 7 ◦ blue 31

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

Shades of Bordeaux #4C071F

Tints of Bordeaux #4C071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.14%

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

R = 66.67%
G = 6.14%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.70

RGB Variations

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

Color information

#4C071F (or 0x4C071F) is known color: Bordeaux. HEX triplet: 4C, 07 and 1F. RGB value is (76,7,31). Sum of RGB (Red+Green+Blue) = 76+7+31=114 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.67% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 76 - color contains mainly: red. Hex color #4C071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C071F is #B3F8E0. Grayscale: #1E1E1E. Windows color (decimal): -11794657 or 2033484. OLE color: 2033484.

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

Color convert

RGB 76 7 31 -
CMYK 0 0.91 0.59 0.70
HSL 339.13º 0.83% 0.16% -
HSV(B) 339.13º 0.91% 0.3% -
XYZ 3.3 1.79 1.47 -
YUV 30.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 76 7 31 0 0.91 0.59 0.70 339.13 0.83 0.16
Hex 4C 7 1F 0 5B 3B 46 153 53 10
Octal 114 7 37 0 133 73 106 523 123 20
Binary 1001100 111 11111 0 1011011 111011 1000110 101010011 1010011 10000

Color Harmonies of #4C071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C071F

Black with #4C071F

Text Example


Text Example

White with #4C071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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