Html Css Color HEX #47021B Bordeaux

📋 copy color: '#47021B'

red 71 ◦ green 2 ◦ blue 27

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

Shades of Bordeaux #47021B

Tints of Bordeaux #47021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2%

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

R = 71%
G = 2%
B = 27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#47021B (or 0x47021B) is known color: Bordeaux. HEX triplet: 47, 02 and 1B. RGB value is (71,2,27). Sum of RGB (Red+Green+Blue) = 71+2+27=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47021B is #B8FDE4. Grayscale: #191919. Windows color (decimal): -12123621 or 1770055. OLE color: 1770055.

HSL color Cylindrical-coordinate representation of color #47021B: hue angle of 338.26º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47021B is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 27 -
CMYK 0 0.97 0.62 0.72
HSL 338.26º 0.95% 0.14% -
HSV(B) 338.26º 0.97% 0.28% -
XYZ 2.82 1.46 1.17 -
YUV 25.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 71 2 27 0 0.97 0.62 0.72 338.26 0.95 0.14
Hex 47 2 1B 0 61 3E 48 152 5F E
Octal 107 2 33 0 141 76 110 522 137 16
Binary 1000111 10 11011 0 1100001 111110 1001000 101010010 1011111 1110

Color Harmonies of #47021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47021B

Black with #47021B

Text Example


Text Example

White with #47021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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