#442126

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

Shades of Bulgarian Rose #442126

Tints of Bulgarian Rose #442126

Color information

#442126 (or 0x442126) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 21 and 26. RGB value is (68,33,38). Sum of RGB (Red+Green+Blue) = 68+33+38=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442126 is #BBDED9. Grayscale: #2C2C2C. Windows color (decimal): -12312282 or 2498884. OLE color: 2498884.

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

Color convert

RGB683338-
CMYK00.510.440.73
HSL351.43º34.65%19.8%-
HSV(B)351.43º51.47%26.67%-
XYZ3.282.462.14-
YUV44.04124.6145.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=48.92%
G=23.74%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68333800.510.440.73351.4334.6519.8
Hex4421260332C4915f2314
Octal1044146063541115374324
Binary10001001000011001100110011101100100100110101111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442126; }

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

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

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

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

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

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

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

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