#43292C

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

Shades of Bulgarian Rose #43292C

Tints of Bulgarian Rose #43292C

Color information

#43292C (or 0x43292C) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 29 and 2C. RGB value is (67,41,44). Sum of RGB (Red+Green+Blue) = 67+41+44=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43292C is #BCD6D3. Grayscale: #313131. Windows color (decimal): -12375764 or 2894147. OLE color: 2894147.

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

Color convert

RGB674144-
CMYK00.390.340.74
HSL353.08º24.07%21.18%-
HSV(B)353.08º38.81%26.27%-
XYZ3.562.962.77-
YUV49.12125.11140.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.08%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=44.08%
G=26.97%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67414400.390.340.74353.0824.0721.18
Hex43292C027224A1611815
Octal1035154047421125413025
Binary1000011101001101100010011110001010010101011000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43292C; }

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

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

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

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

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

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

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

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