#441D20

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

Shades of Bulgarian Rose #441D20

Tints of Bulgarian Rose #441D20

Color information

#441D20 (or 0x441D20) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 1D and 20. RGB value is (68,29,32). Sum of RGB (Red+Green+Blue) = 68+29+32=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D20 is #BBE2DF. Grayscale: #292929. Windows color (decimal): -12313312 or 2104644. OLE color: 2104644.

HSL color Cylindrical-coordinate representation of color #441D20: hue angle of 355.38º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D20 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB682932-
CMYK00.570.530.73
HSL355.38º40.21%19.02%-
HSV(B)355.38º57.35%26.67%-
XYZ3.082.211.63-
YUV41122.92147.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=52.71%
G=22.48%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68293200.570.530.73355.3840.2119.02
Hex441D2003935491632813
Octal1043540071651115435023
Binary1000100111011000000111001110101100100110110001110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D20; }

 p { color: rgb(68,29,32); }

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

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

 a { background-color: rgb(68,29,32); }

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

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

 span { border-color: rgb(68,29,32); }

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