#441E1F

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

Shades of Bulgarian Rose #441E1F

Tints of Bulgarian Rose #441E1F

Color information

#441E1F (or 0x441E1F) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 1E and 1F. RGB value is (68,30,31). Sum of RGB (Red+Green+Blue) = 68+30+31=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E1F is #BBE1E0. Grayscale: #292929. Windows color (decimal): -12313057 or 2039364. OLE color: 2039364.

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

Color convert

RGB683031-
CMYK00.560.540.73
HSL358.42º38.78%19.22%-
HSV(B)358.42º55.88%26.67%-
XYZ3.12.261.57-
YUV41.48122.09146.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=52.71%
G=23.26%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68303100.560.540.73358.4238.7819.22
Hex441E1F03836491662713
Octal1043637070661115464723
Binary100010011110111110111000110110100100110110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,30,31); }

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

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

 a { background-color: rgb(68,30,31); }

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

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

 span { border-color: rgb(68,30,31); }

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