#44272C

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

Shades of Bulgarian Rose #44272C

Tints of Bulgarian Rose #44272C

Color information

#44272C (or 0x44272C) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 27 and 2C. RGB value is (68,39,44). Sum of RGB (Red+Green+Blue) = 68+39+44=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44272C is #BBD8D3. Grayscale: #303030. Windows color (decimal): -12310740 or 2893636. OLE color: 2893636.

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

Color convert

RGB683944-
CMYK00.430.350.73
HSL349.66º27.1%20.98%-
HSV(B)349.66º42.65%26.67%-
XYZ3.562.862.75-
YUV48.24125.61142.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=45.03%
G=25.83%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68394400.430.350.73349.6627.120.98
Hex44272C02B234915e1b15
Octal1044754053431115363325
Binary1000100100111101100010101110001110010011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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