Html Css Color HEX #47071B Bordeaux

📋 copy color: '#47071B'

red 71 ◦ green 7 ◦ blue 27

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

Shades of Bordeaux #47071B

Tints of Bordeaux #47071B

RGB

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

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

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

R = 67.62%
G = 6.67%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47071B (or 0x47071B) is known color: Bordeaux. HEX triplet: 47, 07 and 1B. RGB value is (71,7,27). Sum of RGB (Red+Green+Blue) = 71+7+27=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47071B is #B8F8E4. Grayscale: #1C1C1C. Windows color (decimal): -12122341 or 1771335. OLE color: 1771335.

HSL color Cylindrical-coordinate representation of color #47071B: hue angle of 341.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47071B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 27 -
CMYK 0 0.90 0.62 0.72
HSL 341.25º 0.82% 0.15% -
HSV(B) 341.25º 0.9% 0.28% -
XYZ 2.87 1.57 1.19 -
YUV 28.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 71 7 27 0 0.90 0.62 0.72 341.25 0.82 0.15
Hex 47 7 1B 0 5A 3E 48 155 52 F
Octal 107 7 33 0 132 76 110 525 122 17
Binary 1000111 111 11011 0 1011010 111110 1001000 101010101 1010010 1111

Color Harmonies of #47071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47071B

Black with #47071B

Text Example


Text Example

White with #47071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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