#432023

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

Shades of Bulgarian Rose #432023

Tints of Bulgarian Rose #432023

Color information

#432023 (or 0x432023) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 20 and 23. RGB value is (67,32,35). Sum of RGB (Red+Green+Blue) = 67+32+35=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #432023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432023 is #BCDFDC. Grayscale: #2A2A2A. Windows color (decimal): -12378077 or 2302019. OLE color: 2302019.

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

Color convert

RGB673235-
CMYK00.520.480.74
HSL354.86º35.35%19.41%-
HSV(B)354.86º52.24%26.27%-
XYZ3.132.351.88-
YUV42.81123.6145.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=50%
G=23.88%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67323500.520.480.74354.8635.3519.41
Hex432023034304A1632313
Octal1034043064601125434323
Binary10000111000001000110110100110000100101010110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432023; }

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

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

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

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

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

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

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

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