#432729

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

Shades of Bulgarian Rose #432729

Tints of Bulgarian Rose #432729

Color information

#432729 (or 0x432729) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 27 and 29. RGB value is (67,39,41). Sum of RGB (Red+Green+Blue) = 67+39+41=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #432729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432729 is #BCD8D6. Grayscale: #2F2F2F. Windows color (decimal): -12376279 or 2697027. OLE color: 2697027.

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

Color convert

RGB673941-
CMYK00.420.390.74
HSL355.71º26.42%20.78%-
HSV(B)355.71º41.79%26.27%-
XYZ3.442.82.46-
YUV47.6124.28141.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=45.58%
G=26.53%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67394100.420.390.74355.7126.4220.78
Hex43272902A274A1641a15
Octal1034751052471125443225
Binary1000011100111101001010101010011110010101011001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432729; }

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

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

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

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

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

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

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

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