#412528

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

Shades of Bulgarian Rose #412528

Tints of Bulgarian Rose #412528

Color information

#412528 (or 0x412528) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 25 and 28. RGB value is (65,37,40). Sum of RGB (Red+Green+Blue) = 65+37+40=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412528 is #BEDAD7. Grayscale: #2D2D2D. Windows color (decimal): -12507864 or 2630977. OLE color: 2630977.

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

Color convert

RGB653740-
CMYK00.430.380.75
HSL353.57º27.45%20%-
HSV(B)353.57º43.08%25.49%-
XYZ3.222.62.34-
YUV45.71124.78141.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=45.77%
G=26.06%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65374000.430.380.75353.5727.4520
Hex41252802B264B1621b14
Octal1014550053461135423324
Binary1000001100101101000010101110011010010111011000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412528; }

 p { color: rgb(65,37,40); }

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

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

 a { background-color: rgb(65,37,40); }

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

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

 span { border-color: rgb(65,37,40); }

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