#432728

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

Shades of Bulgarian Rose #432728

Tints of Bulgarian Rose #432728

Color information

#432728 (or 0x432728) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 27 and 28. RGB value is (67,39,40). Sum of RGB (Red+Green+Blue) = 67+39+40=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #432728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432728 is #BCD8D7. Grayscale: #2F2F2F. Windows color (decimal): -12376280 or 2631491. OLE color: 2631491.

HSL color Cylindrical-coordinate representation of color #432728: hue angle of 357.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #432728 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB673940-
CMYK00.420.400.74
HSL357.86º26.42%20.78%-
HSV(B)357.86º41.79%26.27%-
XYZ3.422.82.37-
YUV47.49123.78141.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=45.89%
G=26.71%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67394000.420.400.74357.8626.4220.78
Hex43272802A284A1661a15
Octal1034750052501125463225
Binary1000011100111101000010101010100010010101011001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432728; }

 p { color: rgb(67,39,40); }

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

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

 a { background-color: rgb(67,39,40); }

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

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

 span { border-color: rgb(67,39,40); }

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