#442325

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

Shades of Bulgarian Rose #442325

Tints of Bulgarian Rose #442325

Color information

#442325 (or 0x442325) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 23 and 25. RGB value is (68,35,37). Sum of RGB (Red+Green+Blue) = 68+35+37=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #442325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442325 is #BBDCDA. Grayscale: #2D2D2D. Windows color (decimal): -12311771 or 2433860. OLE color: 2433860.

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

Color convert

RGB683537-
CMYK00.490.460.73
HSL356.36º32.04%20.2%-
HSV(B)356.36º48.53%26.67%-
XYZ3.322.562.07-
YUV45.1123.43144.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=48.57%
G=25%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68353700.490.460.73356.3632.0420.2
Hex4423250312E491642014
Octal1044345061561115444024
Binary10001001000111001010110001101110100100110110010010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442325; }

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

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

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

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

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

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

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

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