#401F21

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

Shades of Bulgarian Rose #401F21

Tints of Bulgarian Rose #401F21

Color information

#401F21 (or 0x401F21) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 1F and 21. RGB value is (64,31,33). Sum of RGB (Red+Green+Blue) = 64+31+33=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #401F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F21 is #BFE0DE. Grayscale: #292929. Windows color (decimal): -12574943 or 2170688. OLE color: 2170688.

HSL color Cylindrical-coordinate representation of color #401F21: hue angle of 356.36º 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 #401F21 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB643133-
CMYK00.520.480.75
HSL356.36º34.74%18.63%-
HSV(B)356.36º51.56%25.1%-
XYZ2.882.181.71-
YUV41.1123.43144.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=50%
G=24.22%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64313300.520.480.75356.3634.7418.63
Hex401F21034304B1642313
Octal1003741064601135444323
Binary1000000111111000010110100110000100101110110010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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