#412426

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

Shades of Bulgarian Rose #412426

Tints of Bulgarian Rose #412426

Color information

#412426 (or 0x412426) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 24 and 26. RGB value is (65,36,38). Sum of RGB (Red+Green+Blue) = 65+36+38=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412426 is #BEDBD9. Grayscale: #2C2C2C. Windows color (decimal): -12508122 or 2499649. OLE color: 2499649.

HSL color Cylindrical-coordinate representation of color #412426: hue angle of 355.86º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #412426 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB653638-
CMYK00.450.420.75
HSL355.86º28.71%19.8%-
HSV(B)355.86º44.62%25.49%-
XYZ3.162.532.15-
YUV44.9124.11142.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=46.76%
G=25.90%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65363800.450.420.75355.8628.7119.8
Hex41242602D2A4B1641d14
Octal1014446055521135443524
Binary1000001100100100110010110110101010010111011001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412426; }

 p { color: rgb(65,36,38); }

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

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

 a { background-color: rgb(65,36,38); }

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

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

 span { border-color: rgb(65,36,38); }

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