#482226

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

Shades of Bulgarian Rose #482226

Tints of Bulgarian Rose #482226

Color information

#482226 (or 0x482226) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 22 and 26. RGB value is (72,34,38). Sum of RGB (Red+Green+Blue) = 72+34+38=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482226 is #B7DDD9. Grayscale: #2D2D2D. Windows color (decimal): -12049882 or 2499144. OLE color: 2499144.

HSL color Cylindrical-coordinate representation of color #482226: hue angle of 353.68º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482226 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB723438-
CMYK00.530.470.72
HSL353.68º35.85%20.78%-
HSV(B)353.68º52.78%28.24%-
XYZ3.592.662.16-
YUV45.82123.59146.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=50%
G=23.61%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72343800.530.470.72353.6835.8520.78
Hex4822260352F481622415
Octal1104246065571105424425
Binary10010001000101001100110101101111100100010110001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482226; }

 p { color: rgb(72,34,38); }

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

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

 a { background-color: rgb(72,34,38); }

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

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

 span { border-color: rgb(72,34,38); }

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