#442829

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

Shades of Bulgarian Rose #442829

Tints of Bulgarian Rose #442829

Color information

#442829 (or 0x442829) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 28 and 29. RGB value is (68,40,41). Sum of RGB (Red+Green+Blue) = 68+40+41=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 68 - color contains mainly: red. Hex color #442829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442829 is #BBD7D6. Grayscale: #303030. Windows color (decimal): -12310487 or 2697284. OLE color: 2697284.

HSL color Cylindrical-coordinate representation of color #442829: hue angle of 357.86º 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 #442829 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB684041-
CMYK00.410.400.73
HSL357.86º25.93%21.18%-
HSV(B)357.86º41.18%26.67%-
XYZ3.542.912.47-
YUV48.49123.78141.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.64%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=45.64%
G=26.85%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68404100.410.400.73357.8625.9321.18
Hex44282902928491661a15
Octal1045051051501115463225
Binary1000100101000101001010100110100010010011011001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442829; }

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

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

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

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

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

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

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

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