#412122

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

Shades of Bulgarian Rose #412122

Tints of Bulgarian Rose #412122

Color information

#412122 (or 0x412122) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 21 and 22. RGB value is (65,33,34). Sum of RGB (Red+Green+Blue) = 65+33+34=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412122 is #BEDEDD. Grayscale: #2A2A2A. Windows color (decimal): -12508894 or 2236737. OLE color: 2236737.

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

Color convert

RGB653334-
CMYK00.490.480.75
HSL358.12º32.65%19.22%-
HSV(B)358.12º49.23%25.49%-
XYZ3.012.331.8-
YUV42.68123.1143.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=49.24%
G=25%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65333400.490.480.75358.1232.6519.22
Hex412122031304B1662113
Octal1014142061601135464123
Binary10000011000011000100110001110000100101110110011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412122; }

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

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

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

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

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

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

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

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