#442024

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

Shades of Bulgarian Rose #442024

Tints of Bulgarian Rose #442024

Color information

#442024 (or 0x442024) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 20 and 24. RGB value is (68,32,36). Sum of RGB (Red+Green+Blue) = 68+32+36=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442024 is #BBDFDB. Grayscale: #2B2B2B. Windows color (decimal): -12312540 or 2367556. OLE color: 2367556.

HSL color Cylindrical-coordinate representation of color #442024: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442024 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB683236-
CMYK00.530.470.73
HSL353.33º36%19.61%-
HSV(B)353.33º52.94%26.67%-
XYZ3.222.391.96-
YUV43.22123.93145.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=50%
G=23.53%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68323600.530.470.73353.333619.61
Hex4420240352F491612414
Octal1044044065571115414424
Binary10001001000001001000110101101111100100110110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442024; }

 p { color: rgb(68,32,36); }

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

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

 a { background-color: rgb(68,32,36); }

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

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

 span { border-color: rgb(68,32,36); }

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