#411E21

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

Shades of Bulgarian Rose #411E21

Tints of Bulgarian Rose #411E21

Color information

#411E21 (or 0x411E21) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 1E and 21. RGB value is (65,30,33). Sum of RGB (Red+Green+Blue) = 65+30+33=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E21 is #BEE1DE. Grayscale: #282828. Windows color (decimal): -12509663 or 2170433. OLE color: 2170433.

HSL color Cylindrical-coordinate representation of color #411E21: hue angle of 354.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E21 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB653033-
CMYK00.540.490.75
HSL354.86º36.84%18.63%-
HSV(B)354.86º53.85%25.49%-
XYZ2.922.161.7-
YUV40.81123.6145.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=50.78%
G=23.44%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65303300.540.490.75354.8636.8418.63
Hex411E21036314B1632513
Octal1013641066611135434523
Binary1000001111101000010110110110001100101110110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E21; }

 p { color: rgb(65,30,33); }

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

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

 a { background-color: rgb(65,30,33); }

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

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

 span { border-color: rgb(65,30,33); }

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