#412022

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

Shades of Bulgarian Rose #412022

Tints of Bulgarian Rose #412022

Color information

#412022 (or 0x412022) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 20 and 22. RGB value is (65,32,34). Sum of RGB (Red+Green+Blue) = 65+32+34=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412022 is #BEDFDD. Grayscale: #2A2A2A. Windows color (decimal): -12509150 or 2236481. OLE color: 2236481.

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

Color convert

RGB653234-
CMYK00.510.480.75
HSL356.36º34.02%19.02%-
HSV(B)356.36º50.77%25.49%-
XYZ2.992.271.79-
YUV42.09123.43144.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=49.62%
G=24.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65323400.510.480.75356.3634.0219.02
Hex412022033304B1642213
Octal1014042063601135444223
Binary10000011000001000100110011110000100101110110010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412022; }

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

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

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

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

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

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

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

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