Html Css Color HEX #47061D Bordeaux

📋 copy color: '#47061D'

red 71 ◦ green 6 ◦ blue 29

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

Shades of Bordeaux #47061D

Tints of Bordeaux #47061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.66%

 BLUE value IS 29 (11.72% from 255) = 27.36%

R = 66.98%
G = 5.66%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#47061D (or 0x47061D) is known color: Bordeaux. HEX triplet: 47, 06 and 1D. RGB value is (71,6,29). Sum of RGB (Red+Green+Blue) = 71+6+29=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061D is #B8F9E2. Grayscale: #1C1C1C. Windows color (decimal): -12122595 or 1902151. OLE color: 1902151.

HSL color Cylindrical-coordinate representation of color #47061D: hue angle of 338.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47061D is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 29 -
CMYK 0 0.92 0.59 0.72
HSL 338.77º 0.84% 0.15% -
HSV(B) 338.77º 0.92% 0.28% -
XYZ 2.89 1.56 1.31 -
YUV 28.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 71 6 29 0 0.92 0.59 0.72 338.77 0.84 0.15
Hex 47 6 1D 0 5C 3B 48 153 54 F
Octal 107 6 35 0 134 73 110 523 124 17
Binary 1000111 110 11101 0 1011100 111011 1001000 101010011 1010100 1111

Color Harmonies of #47061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47061D

Black with #47061D

Text Example


Text Example

White with #47061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47061D; }

 p { color: rgb(71,6,29); }

 H1.HeaderClassName
 {
   color: #47061D;
 }
 .AnyTagClassName
 {
   color: #47061D;
 }
</style>

background-color css

<style>
 a { background-color: #47061D; }

 a { background-color: rgb(71,6,29); }

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

border-color css

<style>
 span { border-color: #47061D; }

 span { border-color: rgb(71,6,29); }

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