#432527

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

Shades of Bulgarian Rose #432527

Tints of Bulgarian Rose #432527

Color information

#432527 (or 0x432527) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 25 and 27. RGB value is (67,37,39). Sum of RGB (Red+Green+Blue) = 67+37+39=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #432527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432527 is #BCDAD8. Grayscale: #2E2E2E. Windows color (decimal): -12376793 or 2565443. OLE color: 2565443.

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

Color convert

RGB673739-
CMYK00.450.420.74
HSL356º28.85%20.39%-
HSV(B)356º44.78%26.27%-
XYZ3.342.662.26-
YUV46.2123.94142.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=46.85%
G=25.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67373900.450.420.7435628.8520.39
Hex43252702D2A4A1641d14
Octal1034547055521125443524
Binary1000011100101100111010110110101010010101011001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432527; }

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

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

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

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

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

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

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

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