Html Css Color HEX #47242B Bulgarian Rose

📋 copy color: '#47242B'

red 71 ◦ green 36 ◦ blue 43

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

Shades of Bulgarian Rose #47242B

Tints of Bulgarian Rose #47242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 47.33%
G = 24%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47242B (or 0x47242B) is known color: Bulgarian Rose. HEX triplet: 47, 24 and 2B. RGB value is (71,36,43). Sum of RGB (Red+Green+Blue) = 71+36+43=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242B is #B8DBD4. Grayscale: #2F2F2F. Windows color (decimal): -12114901 or 2827335. OLE color: 2827335.

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

Color convert

RGB 71 36 43 -
CMYK 0 0.49 0.39 0.72
HSL 348º 0.33% 0.21% -
HSV(B) 348º 0.49% 0.28% -
XYZ 3.67 2.78 2.63 -
YUV 47.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 71 36 43 0 0.49 0.39 0.72 348 0.33 0.21
Hex 47 24 2B 0 31 27 48 15C 21 15
Octal 107 44 53 0 61 47 110 534 41 25
Binary 1000111 100100 101011 0 110001 100111 1001000 101011100 100001 10101

Color Harmonies of #47242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47242B

Black with #47242B

Text Example


Text Example

White with #47242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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