#432829

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

Shades of Bulgarian Rose #432829

Tints of Bulgarian Rose #432829

Color information

#432829 (or 0x432829) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 28 and 29. RGB value is (67,40,41). Sum of RGB (Red+Green+Blue) = 67+40+41=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #432829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432829 is #BCD7D6. Grayscale: #303030. Windows color (decimal): -12376023 or 2697283. OLE color: 2697283.

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

Color convert

RGB674041-
CMYK00.400.390.74
HSL357.78º25.23%20.98%-
HSV(B)357.78º40.3%26.27%-
XYZ3.472.872.47-
YUV48.19123.95141.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.27%
GREEN value IS 40 (16.02% from 255) = 27.03%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=45.27%
G=27.03%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67404100.400.390.74357.7825.2320.98
Hex432829028274A1661915
Octal1035051050471125463125
Binary1000011101000101001010100010011110010101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432829; }

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

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

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

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

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

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

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

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