Html Css Color HEX #47041A Bordeaux

📋 copy color: '#47041A'

red 71 ◦ green 4 ◦ blue 26

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

Shades of Bordeaux #47041A

Tints of Bordeaux #47041A

RGB

 RED value IS 71 (28.13% from 255) = 70.3%

 GREEN value IS 4 (1.95% from 255) = 3.96%

 BLUE value IS 26 (10.55% from 255) = 25.74%

R = 70.3%
G = 3.96%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47041A (or 0x47041A) is known color: Bordeaux. HEX triplet: 47, 04 and 1A. RGB value is (71,4,26). Sum of RGB (Red+Green+Blue) = 71+4+26=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041A is #B8FBE5. Grayscale: #1A1A1A. Windows color (decimal): -12123110 or 1705031. OLE color: 1705031.

HSL color Cylindrical-coordinate representation of color #47041A: hue angle of 340.3º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47041A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 26 -
CMYK 0 0.94 0.63 0.72
HSL 340.3º 0.89% 0.15% -
HSV(B) 340.3º 0.94% 0.28% -
XYZ 2.83 1.5 1.12 -
YUV 26.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 71 4 26 0 0.94 0.63 0.72 340.3 0.89 0.15
Hex 47 4 1A 0 5E 3F 48 154 59 F
Octal 107 4 32 0 136 77 110 524 131 17
Binary 1000111 100 11010 0 1011110 111111 1001000 101010100 1011001 1111

Color Harmonies of #47041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47041A

Black with #47041A

Text Example


Text Example

White with #47041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47041A; }

 p { color: rgb(71,4,26); }

 H1.HeaderClassName
 {
   color: #47041A;
 }
 .AnyTagClassName
 {
   color: #47041A;
 }
</style>

background-color css

<style>
 a { background-color: #47041A; }

 a { background-color: rgb(71,4,26); }

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

border-color css

<style>
 span { border-color: #47041A; }

 span { border-color: rgb(71,4,26); }

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