Html Css Color HEX #47041B Bordeaux

📋 copy color: '#47041B'

red 71 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #47041B

Tints of Bordeaux #47041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.47%

R = 69.61%
G = 3.92%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47041B (or 0x47041B) is known color: Bordeaux. HEX triplet: 47, 04 and 1B. RGB value is (71,4,27). Sum of RGB (Red+Green+Blue) = 71+4+27=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47041B is #B8FBE4. Grayscale: #1A1A1A. Windows color (decimal): -12123109 or 1770567. OLE color: 1770567.

HSL color Cylindrical-coordinate representation of color #47041B: hue angle of 339.4º 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 #47041B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 4 27 -
CMYK 0 0.94 0.62 0.72
HSL 339.4º 0.89% 0.15% -
HSV(B) 339.4º 0.94% 0.28% -
XYZ 2.84 1.51 1.18 -
YUV 26.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 71 4 27 0 0.94 0.62 0.72 339.4 0.89 0.15
Hex 47 4 1B 0 5E 3E 48 153 59 F
Octal 107 4 33 0 136 76 110 523 131 17
Binary 1000111 100 11011 0 1011110 111110 1001000 101010011 1011001 1111

Color Harmonies of #47041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47041B

Black with #47041B

Text Example


Text Example

White with #47041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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