#412326

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

Shades of Bulgarian Rose #412326

Tints of Bulgarian Rose #412326

Color information

#412326 (or 0x412326) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 23 and 26. RGB value is (65,35,38). Sum of RGB (Red+Green+Blue) = 65+35+38=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412326 is #BEDCD9. Grayscale: #2C2C2C. Windows color (decimal): -12508378 or 2499393. OLE color: 2499393.

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

Color convert

RGB653538-
CMYK00.460.420.75
HSL354º30%19.61%-
HSV(B)354º46.15%25.49%-
XYZ3.132.472.14-
YUV44.31124.44142.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=47.10%
G=25.36%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65353800.460.420.753543019.61
Hex41232602E2A4B1621e14
Octal1014346056521135423624
Binary1000001100011100110010111010101010010111011000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412326; }

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

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

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

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

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

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

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

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