#442628

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

Shades of Bulgarian Rose #442628

Tints of Bulgarian Rose #442628

Color information

#442628 (or 0x442628) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 26 and 28. RGB value is (68,38,40). Sum of RGB (Red+Green+Blue) = 68+38+40=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #442628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442628 is #BBD9D7. Grayscale: #2F2F2F. Windows color (decimal): -12311000 or 2631236. OLE color: 2631236.

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

Color convert

RGB683840-
CMYK00.440.410.73
HSL356º28.3%20.78%-
HSV(B)356º44.12%26.67%-
XYZ3.462.772.36-
YUV47.2123.94142.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=46.58%
G=26.03%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68384000.440.410.7335628.320.78
Hex44262802C29491641c15
Octal1044650054511115443425
Binary1000100100110101000010110010100110010011011001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442628; }

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

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

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

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

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

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

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

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