Html Css Color HEX #47292C Bulgarian Rose

📋 copy color: '#47292C'

red 71 ◦ green 41 ◦ blue 44

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

Shades of Bulgarian Rose #47292C

Tints of Bulgarian Rose #47292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 45.51%
G = 26.28%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47292C (or 0x47292C) is known color: Bulgarian Rose. HEX triplet: 47, 29 and 2C. RGB value is (71,41,44). Sum of RGB (Red+Green+Blue) = 71+41+44=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292C is #B8D6D3. Grayscale: #323232. Windows color (decimal): -12113620 or 2894151. OLE color: 2894151.

HSL color Cylindrical-coordinate representation of color #47292C: hue angle of 354º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47292C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 44 -
CMYK 0 0.42 0.38 0.72
HSL 354º 0.27% 0.22% -
HSV(B) 354º 0.42% 0.28% -
XYZ 3.85 3.11 2.78 -
YUV 50.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 71 41 44 0 0.42 0.38 0.72 354 0.27 0.22
Hex 47 29 2C 0 2A 26 48 162 1B 16
Octal 107 51 54 0 52 46 110 542 33 26
Binary 1000111 101001 101100 0 101010 100110 1001000 101100010 11011 10110

Color Harmonies of #47292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47292C

Black with #47292C

Text Example


Text Example

White with #47292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,41,44); }

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

background-color css

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

 a { background-color: rgb(71,41,44); }

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

border-color css

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

 span { border-color: rgb(71,41,44); }

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