Html Css Color HEX #47051C Bordeaux

📋 copy color: '#47051C'

red 71 ◦ green 5 ◦ blue 28

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

Shades of Bordeaux #47051C

Tints of Bordeaux #47051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.81%

 BLUE value IS 28 (11.33% from 255) = 26.92%

R = 68.27%
G = 4.81%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47051C (or 0x47051C) is known color: Bordeaux. HEX triplet: 47, 05 and 1C. RGB value is (71,5,28). Sum of RGB (Red+Green+Blue) = 71+5+28=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47051C is #B8FAE3. Grayscale: #1B1B1B. Windows color (decimal): -12122852 or 1836359. OLE color: 1836359.

HSL color Cylindrical-coordinate representation of color #47051C: hue angle of 339.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47051C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 28 -
CMYK 0 0.93 0.61 0.72
HSL 339.09º 0.87% 0.15% -
HSV(B) 339.09º 0.93% 0.28% -
XYZ 2.86 1.53 1.24 -
YUV 27.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 71 5 28 0 0.93 0.61 0.72 339.09 0.87 0.15
Hex 47 5 1C 0 5D 3D 48 153 57 F
Octal 107 5 34 0 135 75 110 523 127 17
Binary 1000111 101 11100 0 1011101 111101 1001000 101010011 1010111 1111

Color Harmonies of #47051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47051C

Black with #47051C

Text Example


Text Example

White with #47051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47051C; }

 p { color: rgb(71,5,28); }

 H1.HeaderClassName
 {
   color: #47051C;
 }
 .AnyTagClassName
 {
   color: #47051C;
 }
</style>

background-color css

<style>
 a { background-color: #47051C; }

 a { background-color: rgb(71,5,28); }

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

border-color css

<style>
 span { border-color: #47051C; }

 span { border-color: rgb(71,5,28); }

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