Html Css Color HEX #47252C Bulgarian Rose

📋 copy color: '#47252C'

red 71 ◦ green 37 ◦ blue 44

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

Shades of Bulgarian Rose #47252C

Tints of Bulgarian Rose #47252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 46.71%
G = 24.34%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#47252C (or 0x47252C) is known color: Bulgarian Rose. HEX triplet: 47, 25 and 2C. RGB value is (71,37,44). Sum of RGB (Red+Green+Blue) = 71+37+44=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47252C is #B8DAD3. Grayscale: #2F2F2F. Windows color (decimal): -12114644 or 2893127. OLE color: 2893127.

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

Color convert

RGB 71 37 44 -
CMYK 0 0.48 0.38 0.72
HSL 347.65º 0.31% 0.21% -
HSV(B) 347.65º 0.48% 0.28% -
XYZ 3.71 2.84 2.74 -
YUV 47.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 71 37 44 0 0.48 0.38 0.72 347.65 0.31 0.21
Hex 47 25 2C 0 30 26 48 15C 1F 15
Octal 107 45 54 0 60 46 110 534 37 25
Binary 1000111 100101 101100 0 110000 100110 1001000 101011100 11111 10101

Color Harmonies of #47252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47252C

Black with #47252C

Text Example


Text Example

White with #47252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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