#442526

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

Shades of Bulgarian Rose #442526

Tints of Bulgarian Rose #442526

Color information

#442526 (or 0x442526) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 25 and 26. RGB value is (68,37,38). Sum of RGB (Red+Green+Blue) = 68+37+38=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #442526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442526 is #BBDAD9. Grayscale: #2E2E2E. Windows color (decimal): -12311258 or 2499908. OLE color: 2499908.

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

Color convert

RGB683738-
CMYK00.460.440.73
HSL358.06º29.52%20.59%-
HSV(B)358.06º45.59%26.67%-
XYZ3.42.692.17-
YUV46.38123.27143.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=47.55%
G=25.87%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68373800.460.440.73358.0629.5220.59
Hex44252602E2C491661e15
Octal1044546056541115463625
Binary1000100100101100110010111010110010010011011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442526; }

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

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

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

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

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

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

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

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