#43292B

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

Shades of Bulgarian Rose #43292B

Tints of Bulgarian Rose #43292B

Color information

#43292B (or 0x43292B) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 29 and 2B. RGB value is (67,41,43). Sum of RGB (Red+Green+Blue) = 67+41+43=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43292B is #BCD6D4. Grayscale: #313131. Windows color (decimal): -12375765 or 2828611. OLE color: 2828611.

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

Color convert

RGB674143-
CMYK00.390.360.74
HSL355.38º24.07%21.18%-
HSV(B)355.38º38.81%26.27%-
XYZ3.542.952.67-
YUV49124.61140.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.37%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=44.37%
G=27.15%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67414300.390.360.74355.3824.0721.18
Hex43292B027244A1631815
Octal1035153047441125433025
Binary1000011101001101011010011110010010010101011000111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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