#442A2C

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

Shades of Bulgarian Rose #442A2C

Tints of Bulgarian Rose #442A2C

Color information

#442A2C (or 0x442A2C) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 2A and 2C. RGB value is (68,42,44). Sum of RGB (Red+Green+Blue) = 68+42+44=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #442A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A2C is #BBD5D3. Grayscale: #323232. Windows color (decimal): -12309972 or 2894404. OLE color: 2894404.

HSL color Cylindrical-coordinate representation of color #442A2C: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A2C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB684244-
CMYK00.380.350.73
HSL355.38º23.64%21.57%-
HSV(B)355.38º38.24%26.67%-
XYZ3.673.072.78-
YUV50124.61140.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 42 (16.80% from 255) = 27.27%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=44.16%
G=27.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68424400.380.350.73355.3823.6421.57
Hex442A2C02623491631816
Octal1045254046431115433026
Binary1000100101010101100010011010001110010011011000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A2C; }

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

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

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

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

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

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

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

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