#411F21

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

Shades of Bulgarian Rose #411F21

Tints of Bulgarian Rose #411F21

Color information

#411F21 (or 0x411F21) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 1F and 21. RGB value is (65,31,33). Sum of RGB (Red+Green+Blue) = 65+31+33=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #411F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F21 is #BEE0DE. Grayscale: #292929. Windows color (decimal): -12509407 or 2170689. OLE color: 2170689.

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

Color convert

RGB653133-
CMYK00.520.490.75
HSL356.47º35.42%18.82%-
HSV(B)356.47º52.31%25.49%-
XYZ2.942.211.71-
YUV41.39123.26144.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=50.39%
G=24.03%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65313300.520.490.75356.4735.4218.82
Hex411F21034314B1642313
Octal1013741064611135444323
Binary1000001111111000010110100110001100101110110010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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