#432223

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

Shades of Bulgarian Rose #432223

Tints of Bulgarian Rose #432223

Color information

#432223 (or 0x432223) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 22 and 23. RGB value is (67,34,35). Sum of RGB (Red+Green+Blue) = 67+34+35=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #432223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432223 is #BCDDDC. Grayscale: #2C2C2C. Windows color (decimal): -12377565 or 2302531. OLE color: 2302531.

HSL color Cylindrical-coordinate representation of color #432223: hue angle of 358.18º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #432223 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB673435-
CMYK00.490.480.74
HSL358.18º32.67%19.8%-
HSV(B)358.18º49.25%26.27%-
XYZ3.192.461.9-
YUV43.98122.93144.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=49.26%
G=25%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67343500.490.480.74358.1832.6719.8
Hex432223031304A1662114
Octal1034243061601125464124
Binary10000111000101000110110001110000100101010110011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432223; }

 p { color: rgb(67,34,35); }

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

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

 a { background-color: rgb(67,34,35); }

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

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

 span { border-color: rgb(67,34,35); }

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