#43292A

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

Shades of Bulgarian Rose #43292A

Tints of Bulgarian Rose #43292A

Color information

#43292A (or 0x43292A) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 29 and 2A. RGB value is (67,41,42). Sum of RGB (Red+Green+Blue) = 67+41+42=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #43292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43292A is #BCD6D5. Grayscale: #303030. Windows color (decimal): -12375766 or 2763075. OLE color: 2763075.

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

Color convert

RGB674142-
CMYK00.390.370.74
HSL357.69º24.07%21.18%-
HSV(B)357.69º38.81%26.27%-
XYZ3.532.952.57-
YUV48.89124.11140.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=44.67%
G=27.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67414200.390.370.74357.6924.0721.18
Hex43292A027254A1661815
Octal1035152047451125463025
Binary1000011101001101010010011110010110010101011001101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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