Html Css Color HEX #47272B Bulgarian Rose

📋 copy color: '#47272B'

red 71 ◦ green 39 ◦ blue 43

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

Shades of Bulgarian Rose #47272B

Tints of Bulgarian Rose #47272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.49%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 46.41%
G = 25.49%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47272B (or 0x47272B) is known color: Bulgarian Rose. HEX triplet: 47, 27 and 2B. RGB value is (71,39,43). Sum of RGB (Red+Green+Blue) = 71+39+43=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272B is #B8D8D4. Grayscale: #313131. Windows color (decimal): -12114133 or 2828103. OLE color: 2828103.

HSL color Cylindrical-coordinate representation of color #47272B: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47272B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 43 -
CMYK 0 0.45 0.39 0.72
HSL 352.5º 0.29% 0.22% -
HSV(B) 352.5º 0.45% 0.28% -
XYZ 3.76 2.97 2.66 -
YUV 49.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 71 39 43 0 0.45 0.39 0.72 352.5 0.29 0.22
Hex 47 27 2B 0 2D 27 48 160 1D 16
Octal 107 47 53 0 55 47 110 540 35 26
Binary 1000111 100111 101011 0 101101 100111 1001000 101100000 11101 10110

Color Harmonies of #47272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47272B

Black with #47272B

Text Example


Text Example

White with #47272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47272B; }

 p { color: rgb(71,39,43); }

 H1.HeaderClassName
 {
   color: #47272B;
 }
 .AnyTagClassName
 {
   color: #47272B;
 }
</style>

background-color css

<style>
 a { background-color: #47272B; }

 a { background-color: rgb(71,39,43); }

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

border-color css

<style>
 span { border-color: #47272B; }

 span { border-color: rgb(71,39,43); }

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