#442729

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

Shades of Bulgarian Rose #442729

Tints of Bulgarian Rose #442729

Color information

#442729 (or 0x442729) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 27 and 29. RGB value is (68,39,41). Sum of RGB (Red+Green+Blue) = 68+39+41=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442729 is #BBD8D6. Grayscale: #2F2F2F. Windows color (decimal): -12310743 or 2697028. OLE color: 2697028.

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

Color convert

RGB683941-
CMYK00.430.400.73
HSL355.86º27.1%20.98%-
HSV(B)355.86º42.65%26.67%-
XYZ3.512.842.46-
YUV47.9124.11142.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=45.95%
G=26.35%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68394100.430.400.73355.8627.120.98
Hex44272902B28491641b15
Octal1044751053501115443325
Binary1000100100111101001010101110100010010011011001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442729; }

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

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

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

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

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

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

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

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