#44292C

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

Shades of Bulgarian Rose #44292C

Tints of Bulgarian Rose #44292C

Color information

#44292C (or 0x44292C) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 29 and 2C. RGB value is (68,41,44). Sum of RGB (Red+Green+Blue) = 68+41+44=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #44292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44292C is #BBD6D3. Grayscale: #313131. Windows color (decimal): -12310228 or 2894148. OLE color: 2894148.

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

Color convert

RGB684144-
CMYK00.400.350.73
HSL353.33º24.77%21.37%-
HSV(B)353.33º39.71%26.67%-
XYZ3.6332.77-
YUV49.42124.95141.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=44.44%
G=26.80%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68414400.400.350.73353.3324.7721.37
Hex44292C02823491611915
Octal1045154050431115413125
Binary1000100101001101100010100010001110010011011000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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