#432628

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

Shades of Bulgarian Rose #432628

Tints of Bulgarian Rose #432628

Color information

#432628 (or 0x432628) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 26 and 28. RGB value is (67,38,40). Sum of RGB (Red+Green+Blue) = 67+38+40=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #432628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432628 is #BCD9D7. Grayscale: #2E2E2E. Windows color (decimal): -12376536 or 2631235. OLE color: 2631235.

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

Color convert

RGB673840-
CMYK00.430.400.74
HSL355.86º27.62%20.59%-
HSV(B)355.86º43.28%26.27%-
XYZ3.392.732.36-
YUV46.9124.11142.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=46.21%
G=26.21%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67384000.430.400.74355.8627.6220.59
Hex43262802B284A1641c15
Octal1034650053501125443425
Binary1000011100110101000010101110100010010101011001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432628; }

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

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

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

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

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

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

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

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