#442226

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

Shades of Bulgarian Rose #442226

Tints of Bulgarian Rose #442226

Color information

#442226 (or 0x442226) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 22 and 26. RGB value is (68,34,38). Sum of RGB (Red+Green+Blue) = 68+34+38=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442226 is #BBDDD9. Grayscale: #2C2C2C. Windows color (decimal): -12312026 or 2499140. OLE color: 2499140.

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

Color convert

RGB683438-
CMYK00.500.440.73
HSL352.94º33.33%20%-
HSV(B)352.94º50%26.67%-
XYZ3.312.512.14-
YUV44.62124.26144.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=48.57%
G=24.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68343800.500.440.73352.9433.3320
Hex4422260322C491612114
Octal1044246062541115414124
Binary10001001000101001100110010101100100100110110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442226; }

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

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

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

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

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

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

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

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