#47262A

Color #47262A Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #47262A

Tints of Bulgarian Rose #47262A

Color information

#47262A (or 0x47262A) is unknown color: approx Bulgarian Rose. HEX triplet: 47, 26 and 2A. RGB value is (71,38,42). Sum of RGB (Red+Green+Blue) = 71+38+42=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262A is #B8D9D5. Grayscale: #303030. Windows color (decimal): -12114390 or 2762311. OLE color: 2762311.

HSL color Cylindrical-coordinate representation of color #47262A: hue angle of 352.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47262A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB713842-
CMYK00.460.410.72
HSL352.73º30.28%21.37%-
HSV(B)352.73º46.48%27.84%-
XYZ3.712.892.55-
YUV48.32124.43144.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=47.02%
G=25.17%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71384200.460.410.72352.7330.2821.37
Hex47262A02E29481611e15
Octal1074652056511105413625
Binary1000111100110101010010111010100110010001011000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47262A; }

 p { color: rgb(71,38,42); }

 H1.HeaderClassName
 {
   color: #47262A;
 }
 .AnyTagClassName
 {
   color: #47262A;
 }
</style>
background-color css

<style>
 a { background-color: #47262A; }

 a { background-color: rgb(71,38,42); }

 div.DivClassName
 {
   background-color: #47262A;
 }
 .BgClassName
 {
   background-color: #47262A;
 }
</style>
border-color css

<style>
 span { border-color: #47262A; }

 span { border-color: rgb(71,38,42); }

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