#44282C

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

Shades of Bulgarian Rose #44282C

Tints of Bulgarian Rose #44282C

Color information

#44282C (or 0x44282C) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 28 and 2C. RGB value is (68,40,44). Sum of RGB (Red+Green+Blue) = 68+40+44=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #44282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44282C is #BBD7D3. Grayscale: #303030. Windows color (decimal): -12310484 or 2893892. OLE color: 2893892.

HSL color Cylindrical-coordinate representation of color #44282C: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44282C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB684044-
CMYK00.410.350.73
HSL351.43º25.93%21.18%-
HSV(B)351.43º41.18%26.67%-
XYZ3.62.932.76-
YUV48.83125.28141.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=44.74%
G=26.32%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68404400.410.350.73351.4325.9321.18
Hex44282C029234915f1a15
Octal1045054051431115373225
Binary1000100101000101100010100110001110010011010111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,40,44); }

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

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

 a { background-color: rgb(68,40,44); }

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

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

 span { border-color: rgb(68,40,44); }

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