#432629

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

Shades of Bulgarian Rose #432629

Tints of Bulgarian Rose #432629

Color information

#432629 (or 0x432629) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 26 and 29. RGB value is (67,38,41). Sum of RGB (Red+Green+Blue) = 67+38+41=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #432629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432629 is #BCD9D6. Grayscale: #2F2F2F. Windows color (decimal): -12376535 or 2696771. OLE color: 2696771.

HSL color Cylindrical-coordinate representation of color #432629: hue angle of 353.79º 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 #432629 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB673841-
CMYK00.430.390.74
HSL353.79º27.62%20.59%-
HSV(B)353.79º43.28%26.27%-
XYZ3.412.742.45-
YUV47.01124.61142.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=45.89%
G=26.03%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67384100.430.390.74353.7927.6220.59
Hex43262902B274A1621c15
Octal1034651053471125423425
Binary1000011100110101001010101110011110010101011000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432629; }

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

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

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

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

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

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

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

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