#442225

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

Shades of Bulgarian Rose #442225

Tints of Bulgarian Rose #442225

Color information

#442225 (or 0x442225) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 22 and 25. RGB value is (68,34,37). Sum of RGB (Red+Green+Blue) = 68+34+37=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442225 is #BBDDDA. Grayscale: #2C2C2C. Windows color (decimal): -12312027 or 2433604. OLE color: 2433604.

HSL color Cylindrical-coordinate representation of color #442225: hue angle of 354.71º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442225 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB683437-
CMYK00.500.460.73
HSL354.71º33.33%20%-
HSV(B)354.71º50%26.67%-
XYZ3.292.512.06-
YUV44.51123.76144.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=48.92%
G=24.46%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68343700.500.460.73354.7133.3320
Hex4422250322E491632114
Octal1044245062561115434124
Binary10001001000101001010110010101110100100110110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442225; }

 p { color: rgb(68,34,37); }

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

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

 a { background-color: rgb(68,34,37); }

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

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

 span { border-color: rgb(68,34,37); }

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