Html Css Color HEX #47091A Bordeaux

📋 copy color: '#47091A'

red 71 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #47091A

Tints of Bordeaux #47091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.49%

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

R = 66.98%
G = 8.49%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.72

RGB Variations

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

Color information

#47091A (or 0x47091A) is known color: Bordeaux. HEX triplet: 47, 09 and 1A. RGB value is (71,9,26). Sum of RGB (Red+Green+Blue) = 71+9+26=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091A is #B8F6E5. Grayscale: #1D1D1D. Windows color (decimal): -12121830 or 1706311. OLE color: 1706311.

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

Color convert

RGB 71 9 26 -
CMYK 0 0.87 0.63 0.72
HSL 343.55º 0.78% 0.16% -
HSV(B) 343.55º 0.87% 0.28% -
XYZ 2.88 1.61 1.14 -
YUV 29.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 71 9 26 0 0.87 0.63 0.72 343.55 0.78 0.16
Hex 47 9 1A 0 57 3F 48 158 4E 10
Octal 107 11 32 0 127 77 110 530 116 20
Binary 1000111 1001 11010 0 1010111 111111 1001000 101011000 1001110 10000

Color Harmonies of #47091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47091A

Black with #47091A

Text Example


Text Example

White with #47091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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