Html Css Color HEX #47061C Bordeaux

📋 copy color: '#47061C'

red 71 ◦ green 6 ◦ blue 28

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

Shades of Bordeaux #47061C

Tints of Bordeaux #47061C

RGB

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

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

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

R = 67.62%
G = 5.71%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47061C (or 0x47061C) is known color: Bordeaux. HEX triplet: 47, 06 and 1C. RGB value is (71,6,28). Sum of RGB (Red+Green+Blue) = 71+6+28=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47061C is #B8F9E3. Grayscale: #1B1B1B. Windows color (decimal): -12122596 or 1836615. OLE color: 1836615.

HSL color Cylindrical-coordinate representation of color #47061C: hue angle of 339.69º 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 #47061C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 6 28 -
CMYK 0 0.92 0.61 0.72
HSL 339.69º 0.84% 0.15% -
HSV(B) 339.69º 0.92% 0.28% -
XYZ 2.87 1.55 1.25 -
YUV 27.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 71 6 28 0 0.92 0.61 0.72 339.69 0.84 0.15
Hex 47 6 1C 0 5C 3D 48 154 54 F
Octal 107 6 34 0 134 75 110 524 124 17
Binary 1000111 110 11100 0 1011100 111101 1001000 101010100 1010100 1111

Color Harmonies of #47061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47061C

Black with #47061C

Text Example


Text Example

White with #47061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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