#442326

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

Shades of Bulgarian Rose #442326

Tints of Bulgarian Rose #442326

Color information

#442326 (or 0x442326) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 23 and 26. RGB value is (68,35,38). Sum of RGB (Red+Green+Blue) = 68+35+38=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442326 is #BBDCD9. Grayscale: #2D2D2D. Windows color (decimal): -12311770 or 2499396. OLE color: 2499396.

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

Color convert

RGB683538-
CMYK00.490.440.73
HSL354.55º32.04%20.2%-
HSV(B)354.55º48.53%26.67%-
XYZ3.332.572.15-
YUV45.21123.93144.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=48.23%
G=24.82%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68353800.490.440.73354.5532.0420.2
Hex4423260312C491632014
Octal1044346061541115434024
Binary10001001000111001100110001101100100100110110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442326; }

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

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

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

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

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

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

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

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