#44272B

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

Shades of Bulgarian Rose #44272B

Tints of Bulgarian Rose #44272B

Color information

#44272B (or 0x44272B) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 27 and 2B. RGB value is (68,39,43). Sum of RGB (Red+Green+Blue) = 68+39+43=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44272B is #BBD8D4. Grayscale: #303030. Windows color (decimal): -12310741 or 2828100. OLE color: 2828100.

HSL color Cylindrical-coordinate representation of color #44272B: hue angle of 351.72º 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 #44272B is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB683943-
CMYK00.430.370.73
HSL351.72º27.1%20.98%-
HSV(B)351.72º42.65%26.67%-
XYZ3.552.852.65-
YUV48.13125.11142.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=45.33%
G=26%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68394300.430.370.73351.7227.120.98
Hex44272B02B25491601b15
Octal1044753053451115403325
Binary1000100100111101011010101110010110010011011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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