Html Css Color HEX #47282C Bulgarian Rose

📋 copy color: '#47282C'

red 71 ◦ green 40 ◦ blue 44

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

Shades of Bulgarian Rose #47282C

Tints of Bulgarian Rose #47282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

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

R = 45.81%
G = 25.81%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47282C (or 0x47282C) is known color: Bulgarian Rose. HEX triplet: 47, 28 and 2C. RGB value is (71,40,44). Sum of RGB (Red+Green+Blue) = 71+40+44=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282C is #B8D7D3. Grayscale: #313131. Windows color (decimal): -12113876 or 2893895. OLE color: 2893895.

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

Color convert

RGB 71 40 44 -
CMYK 0 0.44 0.38 0.72
HSL 352.26º 0.28% 0.22% -
HSV(B) 352.26º 0.44% 0.28% -
XYZ 3.81 3.04 2.77 -
YUV 49.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 71 40 44 0 0.44 0.38 0.72 352.26 0.28 0.22
Hex 47 28 2C 0 2C 26 48 160 1C 16
Octal 107 50 54 0 54 46 110 540 34 26
Binary 1000111 101000 101100 0 101100 100110 1001000 101100000 11100 10110

Color Harmonies of #47282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47282C

Black with #47282C

Text Example


Text Example

White with #47282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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