#442227

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

Shades of Bulgarian Rose #442227

Tints of Bulgarian Rose #442227

Color information

#442227 (or 0x442227) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 22 and 27. RGB value is (68,34,39). Sum of RGB (Red+Green+Blue) = 68+34+39=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442227 is #BBDDD8. Grayscale: #2C2C2C. Windows color (decimal): -12312025 or 2564676. OLE color: 2564676.

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

Color convert

RGB683439-
CMYK00.500.430.73
HSL351.18º33.33%20%-
HSV(B)351.18º50%26.67%-
XYZ3.322.522.23-
YUV44.74124.76144.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 34 (13.67% from 255) = 24.11%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=48.23%
G=24.11%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68343900.500.430.73351.1833.3320
Hex4422270322B4915f2114
Octal1044247062531115374124
Binary10001001000101001110110010101011100100110101111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442227; }

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

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

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

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

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

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

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

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