#412325

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

Shades of Bulgarian Rose #412325

Tints of Bulgarian Rose #412325

Color information

#412325 (or 0x412325) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 23 and 25. RGB value is (65,35,37). Sum of RGB (Red+Green+Blue) = 65+35+37=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412325 is #BEDCDA. Grayscale: #2C2C2C. Windows color (decimal): -12508379 or 2433857. OLE color: 2433857.

HSL color Cylindrical-coordinate representation of color #412325: hue angle of 356º 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 #412325 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB653537-
CMYK00.460.430.75
HSL356º30%19.61%-
HSV(B)356º46.15%25.49%-
XYZ3.112.462.06-
YUV44.2123.94142.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=47.45%
G=25.55%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65353700.460.430.753563019.61
Hex41232502E2B4B1641e14
Octal1014345056531135443624
Binary1000001100011100101010111010101110010111011001001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412325; }

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

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

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

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

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

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

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

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