#412628

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

Shades of Bulgarian Rose #412628

Tints of Bulgarian Rose #412628

Color information

#412628 (or 0x412628) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 26 and 28. RGB value is (65,38,40). Sum of RGB (Red+Green+Blue) = 65+38+40=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412628 is #BED9D7. Grayscale: #2E2E2E. Windows color (decimal): -12507608 or 2631233. OLE color: 2631233.

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

Color convert

RGB653840-
CMYK00.420.380.75
HSL355.56º26.21%20.2%-
HSV(B)355.56º41.54%25.49%-
XYZ3.262.662.35-
YUV46.3124.45141.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=45.45%
G=26.57%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65384000.420.380.75355.5626.2120.2
Hex41262802A264B1641a14
Octal1014650052461135443224
Binary1000001100110101000010101010011010010111011001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412628; }

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

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

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

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

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

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

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

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