#412627

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

Shades of Bulgarian Rose #412627

Tints of Bulgarian Rose #412627

Color information

#412627 (or 0x412627) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 26 and 27. RGB value is (65,38,39). Sum of RGB (Red+Green+Blue) = 65+38+39=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412627 is #BED9D8. Grayscale: #2E2E2E. Windows color (decimal): -12507609 or 2565697. OLE color: 2565697.

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

Color convert

RGB653839-
CMYK00.420.400.75
HSL357.78º26.21%20.2%-
HSV(B)357.78º41.54%25.49%-
XYZ3.242.662.26-
YUV46.19123.95141.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=45.77%
G=26.76%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65383900.420.400.75357.7826.2120.2
Hex41262702A284B1661a14
Octal1014647052501135463224
Binary1000001100110100111010101010100010010111011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412627; }

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

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

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

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

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

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

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

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